1

Say, I have A->B->C->D stack. How can I rearrange it to D->A->B->C?

Eugene Chumak
  • 3,272
  • 7
  • 34
  • 52

1 Answers1

1

there is no method which can be use to rearrange activities from activity stack. however to solve your problem you can see the launch mode of activity http://developer.android.com/guide/topics/manifest/activity-element.html#lmode

you should also see Intent Flags

http://developer.android.com/reference/android/content/Intent.html