I have an application that has an initial activity (A - also the one specified in the launcher) from which it allows the user to launch another activity (B). I am saving the
I found an easy one line solution for this problem
add this line in activity tag in Manifest
Manifest
android:launchMode="singleInstance"