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

C# random value from dictionary and tuple -

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

.htaccess - htaccess convert request to clean url and add slash at the end of the url -