This topic is continue of this: Android. How to start activity without creating new one?
I have read that activities are destroyed when to click BACK button. They can be
You can redefine the "onBack" method of your activity, something like
public void onBackPressed () { moveTaskToBack (true); }