int pid = android.os.Process.myPid(); 
 android.os.Process.killProcess(pid); 
System.exit(0); 
finish();