Hi,

If I have a paused Activity is it possible to create an intent which
will update its extras? In this case I have a Service which creates a
Notification. The Notification has an Intent with extras.

I find that if I have the Activity set up with:
launchMode="singleTask"
when the Activity is resumed, null==getIntent().getExtras().

If the Activity is not paused (hasn't been started) null!
=getIntent().getExtras().

Just wondering if there is a simple way of solving this.

Thanks for any help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to