How to get Intent from PendingIntent
问题 Can I get the Intent from a PendingIntent ? Here is the scenario: I create an Intent (let's call it myIntent ) I put some Extra information with a String (call it myInfo ) I create a PendingIntent ( myPendingIntent ) using myIntent I set an alarm using the AlarmManager and myPendingIntent At a later stage I get hold of the PendingIntent using PendingIntent.getBroadcast At that point I want to read myInfo from myIntent which is in myPendingIntent Is this possible? By looking around Google, I