It was a mistake to have the setIntent() method. The Intent is always the original intent used to launch the activity, nothing more. This is immutable.
On Tue, Apr 19, 2011 at 10:48 AM, Jona <[email protected]> wrote: > You are completely right... :) Now I see a way out of this issue... But > I'm still thinking why does Android work like this? There should be a way to > tell the OS to clear the intent data from the ActivityManager. > > -- > 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 > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

