I have an application where on the home page I have buttons for navigation through the application.
On that page I have a button \"EXIT\" which when clicked should t
Add following lines after finish(); in onDestroy():
finish();
onDestroy()
android.os.Process.killProcess(android.os.Process.myPid()); super.onDestroy();