首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

终结整个应用程序

2012-08-11 
结束整个应用程序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);

热点排行