I have three activities A,B,C,D. When I use activity B, then previous activity is A. I will write it as A->B. So when I click back I go to A. However I want to start activity D from B. But instead of tree A->B->D I need to alter it to A->C->D. How can do it in android?
Asked
Active
Viewed 67 times