Christine wrote: > I use a notification to relaunch or go back to the app from an icon in > the status bar. Works fine. What I can't find is how to get the info > in the Notification back. There's a PendingIntent that contains an > Intent, I'd like to get that Intent back in order to decide what the > app is supposed to do. Right now I have a workaround, I'd like to know > how to do this properly.
Is it returned by Activity#getIntent()? Note that I haven't tried that with a Notification-launched activity. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

