爱玺玺

爱玺玺的生活日记本。wx:lb87626

android回到系统桌面

    /**

     * 回到系统桌面

     */

    public void back2Home(View view) {

        Intent home = new Intent(Intent.ACTION_MAIN);

        home.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

        home.addCategory(Intent.CATEGORY_HOME);

        startActivity(home);

    }


发表评论:

Powered By Z-BlogPHP 1.4 Deeplue Build 150101

Copyright Your WebSite.Some Rights Reserved.

蜀ICP备11021721号-5