While developing a sample android application i have constructed two activities 1)Activity 1 2)Activity 2
Now Activity 2 is the foreground activity whereas Activity
I had a similar problem. It wasn't launching the last open activity but the Launcher Activity. But I had also put
android:launchMode="singleTask"
in my Launcher Activity in the manifest. Removing that fixed my issue. If you have also put the same thing then try removing it, it might fix for you too.