PendingIntent
http://developer.android.com/reference/android/app/PendingIntent.htmlClass OverviewA description of an Intent and target action to perform with it. Instances of this class are created with getActivity(Context, int, Intent, int), getActivities(Context, int, Intent[], int), getBroadcast(Context, int, Intent, int), and getService(Context, int, Intent, int); the returned object can be handed to othe..