I have the following Activities in my stack:
A , B , C, D
I want to relaunch B in order to get this stack:
A , B\'
Use android:noHistory=true in manifest file for particular activity to clear.Hope this might solve your issue.