"the original intent might be restored by the system when the activity is 
restarted"
This is not my experience. The system restores the intent with which the 
activity was called last. 
 
If your activity is singleTop, its onNewIntent(...) is called with the 
intent that was used by the call to startActivity that caused your activity 
to be restarted. Be sure to call 'setIntent' in your implementation of 
onNewIntent and that new intent will be used when the system needs 
to restore your activity.

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