I have 2 activities: Main and List.
From Main you can open List; from List you can open Main.
I\'d like it so that every opening of List does not
In the manifest file add:
android:noHistory="true"
to the activity that you don't want to keep on the stack.