I'm broadcasting a Notification from one Activity to another. What I want to do, is send information (extras) back to the Activity of origin via a PendingIntent (the PendingIntent is simply the Activity of origin, but I'd like to restart that Activity with specific extras). Is this possible with the PendingIntent.send(context, code, intent) mechanism? I've tried, but it doesn't seem to quite work. I'm not entirely clear what the intent argument does, although I've been assuming it's the (now modified) Intent that launches the specified Activity. I've created a Bundle, added that to the Intent, but I don't think the Activity of origin is listening to that Intent. If that makes sense.
Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

