In Android I have some activities, let\'s say A, B, C.
In A, I use this code to open B:
Intent intent = new Intent(this, B.class); startActivity(inte
As per Wakka in Removing an activity from the history stack...
Add android:noHistory="true" attribute to your in the AndroidManifest.xml like this:
android:noHistory="true"
AndroidManifest.xml