Say, I have A->B->C->D stack. How can I rearrange it to D->A->B->C?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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