What is Pending Intent ?

Pending Intent is used to grant other application the right to perform the operation you have specified as if the other application was yourself (with the same permissions and identity).
    As such, you should be careful about how you build the Pending Intent  often, for example, the base Intent you supply will have the component name explicitly set to one of your own components, to ensure it is ultimately sent there and nowhere else.

No comments:

Post a Comment