Go back to MainActivity from any activities with Flag
问题 I want to go back to MainActivity from any activities. For ex, my stack of activities: A - B - C - D. A (MainActivity) is in the bottom and D is in the top of stack . When I use android:launchMode="singleTask" . I can go back to A at any actvities as I expected. But when I use flag FLAG_ACTIVITY_NEW_TASK (without launchMode="singleTask"), it does not work as expected, it open a new Activity. And stacks are: A - B - C - D - A not as document wrote: FLAG_ACTIVITY_NEW_TASK Start the activity in