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
Post a Comment