Okay so I\'m kind of stumped on what to do with this. So I have the MainActivity, and from there an Activity can be launched to DegreePlanActivity, and from there another Ac
To remove activity from back stack inside manifest add android:noHistory="true" to your activity inside the manifest file.
android:noHistory="true"
See sample below.
//add this line to your activity inside manifest