fhucho wrote:
> my activity stack is ABC, in activity C I press back, and return to B,
> then press back again and go to A. What should I do to return to A
> directly from C?
I guess it depends on the reason for wanting to skip "B". I needed
exactly this case yesterday and in my case "B" knows very well that it
will not be needed when it starts up "C", so "B" simply calls finish()
after that. Solved.
Best / Jonas
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---