Scenario is: 

Activity with singleTop declared at the manifest. This activity is called 
with some extras. I'm able to clear the intent data and be able to flip 
screen and such without the original intent being called using 
setIntent(newIntent). 

The issue is that when the activity is killed by the system and the user 
goes back to this activity it gets restarted using the original intent used 
to create the activity.
How do I resolve this issue? I tried starting the same activity from within 
with a new Intent but no luck... I have also used various intent start 
activity flags.

Thanks,
- Jona

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