Have you read the docs?
http://developer.android.com/reference/android/app/PendingIntent.html

The very first paragraph on the page explains what it is.  It is an intent
that doesn't get executed until another time.  Typically it is another
application that executes the intent, and the PendingIntent grants that
other application to execute the intent as if it was your app...

Most often these are used with AppWidgets and StatusBar notifications.

Thanks,
Justin

----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Sun, Nov 15, 2009 at 10:24 AM, saurabh sinha <saurso...@gmail.com> wrote:

> tell me about pending intent
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
> To post to this group, send email to android-beginners@googlegroups.com
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to