I have got a small problem in an Android app I am working on :
There are 3 activities namely A , B , C and the invocation is in the following order : A -> B -> C.
please set this FLAG before launching a new Activity
intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
In Manifest file mention in activity tag below value
android:noHistory="true"
then it will skip the activity