I\'m developing an app which shows a notification to the user. The notification\'s objective is to make it easy to the user to return to the activity when the user is in ano
This helps for me android:launchMode="singleInstance"
android:launchMode="singleInstance"
...