My app has 4 activities on the stack A->B->C->D (top)
If you press home and re-enter the application, another instance of A
is started, so the stack is A->B->C->D->A (top). I know this because
when I press BACK, A is popped off and I now see D (instead of going
to the Home screen).
What I want is that when the user re-enters the app, they re-enter on
the same activity they were in before (D). How do you do that?


