I have an application with lots of activities. Many of these activities can start others, so the user\'s expected to generate a quite large activity stack.
I have the following I wish to achieve: Activity A -> Activity B Activity B -> Activity A On paper it sounds like the same thing as just hitting the back button. Problem is, I don\'t want Activity
My application has two activities, that I start in this order: HOME > A > B Now I press HOME and launch \"A\" again. I would like to see activity \"B\" on a top of \"A\", but instead I get \"