I have two activities with \"navigation menu\" which has items for launching Activity1 and Activity2. For example we starts Activity2 from Activity1 and then we want open Ac
Set the flag of the activity to singleTask and override the onNewIntent(Intent intent) to catch the new intent.
singleTask
onNewIntent(Intent intent)