Android . .
, , :
Clear the activity stack in the onDestroy method (or, if you want, onBackPressed, onHomePressed). It should call Destroy methods in all uninstall actions, so you can release any extended resources in the onDestroy method that has references to it.
Therefore, when a user exits your application, he removes his actions and frees all resources.
QArea source
share