Questions
You can use finish() method or you can use:
finish()
android:noHistory="true"
And then there is no need to call finish() anymore.
<activity android:name=".ClassName" android:noHistory="true" ... />
~ Answered on 2012-07-03 09:41:29