结束整个应用程序Intent startmainnew Intent(Intent.ACTION_MAIN)???startmain.addCategory(Intent.CAT
结束整个应用程序
Intent startmain=new Intent(Intent.ACTION_MAIN);
???startmain.addCategory(Intent.CATEGORY_HOME);
???startmain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
???startActivity(startmain);
???System.exit(0);
