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

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

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -