> Like I said before, the Activity gets called - fine - thing is that I
> want to have to get focus and then change based upon the info in
> extra.  I cannot figure out where to receive the intent data in this
> situation.

If I understand you correctly, you just need to call Activity.getIntent
() within Activity.onCreate().

I've used this to pass data from a BroadcastReceiver to a
ListActivity, there's no reason AFAIK why it should work with a
Notification.

Ray

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to