Intent startMain = new Intent(Intent.ACTION_MAIN);
startMain.addCategory(Intent.CATEGORY_HOME);
startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(startMain);
System.exit(0);//退出程序

posted on 2012-02-02 23:11  轻盈  阅读(178)  评论(0编辑  收藏  举报