Possible Duplicates:
force close the application
Quitting an application - is that frowned upon?
Hi, I have a lot of Activities and i want to exit the application - to close all activities and the services at once. i tried to use this Process.killProcess( Process.myPid()) but that doesn't work , any tips?