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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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