冷門技術的釐清
@Override protected void onDestroy() { int pid = android.os.Process.myPid(); android.os.Process.killProcess(pid); super.onDestroy(); }