Android退出程序的2种方法

正常退出

System.exit(0);

暴力退出

Process.killProcess(Process.myPid());

 

posted @ 2015-04-16 15:39  小菜希  阅读(186)  评论(0)    收藏  举报