Suppose I have a task in which I have A, B & C
Activities
respectively. And then I'm starting a new Activity D which has singleInstance as it's launchMode.
Now, I wonder what happens in the task level? Will the same task be preserved but contains only Activity D
or new task is created?