可以使用

android.os.Process.killProcess(android.os.Process.myPid());

或者

System.exit(0);

使用这两个api前都要保证每一个Activity都在后台,假设有在前台的Activity将导致process重启。