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
Try adding this to your activity inside the manifest file:
android:launchMode="singleTask"
This resolved the issue in my app .... if I understand your problem correctly.