indeed, i tried logging in onNewIntent() too, but it isn't being called in this case.
>getIntent() always returns the original intent used to start an >activity. When it is brought to the foreground with a new intent >(and is singleTop), you will receive that new intent in >onNewIntent(). > >On Wed, May 20, 2009 at 10:55 AM, Jason Proctor ><<mailto:[email protected]>[email protected]> wrote: > > >a while back i posted an issue i was having when my BroadcastListener >was listening for phone state and sending the info over to an >Activity which would present UI. but getIntent() in the receiving >Activity always brought back the initial one. should i be using >something off PendingIntent in that case too? > >thanks -- jason.software.particle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

