Thursday, April 14, 2011

Android - Kill the process of your Application


int pid = android.os.Process.myPid();
android.os.Process.killProcess(pid);