When marking main activity as `singleTask`, it will destroy other activities when launched from the launcher
When marking the main activity as singleTask
, it will destroy other activities when launched from the Launcher. But when launched from Recents, it will just resume the latest opened activity. Why does it work like that? And how can I prevent it.