Don't modify that Intent. It is maintained for you by the system, and the original Intent will be restored whenever the activity is restarted.
This is interesting... My activity currently runs as singleTop and I get new intents via onNewIntent(). From what you posted it seems that regardless, the original intent might be restored by the system when the activity is restarted? Please advice how I can resolve the issue. As of now setIntent(new Intent()) seems to be the way to go... Will I still run over issues using that? How can I tell the system to let it go... :P -- 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

