Ok, I have a related, but unrelated, question about this! More about
managing Activities and Intents, but within the above scenario.

Let's say my app has started ActivityA, ActivityB, and ActivityC. This
last activity opens the browser, which does its stuff until the user
clicks the link (discussed above) which returns the user to my app,
but in the case a new ActivityD.

The small issue I have here is that the browser activity remains in
the stack. Ideally I want it finished somehow. Even if I go from
ActivityD back to ActivityC (setting
Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP), the browser activity is still
next in line. Once I've returned to C, I want to be able to continue
as if the browser had never opened, back to B and then A etc.

Can this be achieved?

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