android - Use cases where PendingIntent is used -


i trying see how pendingintents useful. can provide examples of apps pendingintents used?

i not looking examples of code, real life use cases pendingintents used, bit of explaination.

thanks,

in nutshell, pendingintent lets authorize different application execute intent on behalf, i.e. , permissions.

a typical case passing pendingintent notificationmanager. have intent open activity private application.

if you're passing intents within application don't have deal pendingintent.

the documentation has pretty explanation of this.


Comments

Popular posts from this blog

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

c++ - Visual Leak Detector detects leak on new blank MFC project -

c# - Connection String Trouble MetaDataException -