shlu's note

finish();
finishAffinity(); 
System.exit(0);  
Process.killProcess(pid);
Process.killProcessGroup();
Process.killProcessQuiet();
throw null;
throw new RuntimeException("ok");

声明:转载请注明出处,原文地址:shlu's note