Android 隐藏Home键、返回键

 WindowManager.LayoutParams params = getWindow().getAttributes();
        params.systemUiVisibility =View.SYSTEM_UI_FLAG_HIDE_NAVIGATION;
        getWindow().setAttributes(params);


 

posted @ 2016-05-10 09:10  逍遥散人95  阅读(1828)  评论(0编辑  收藏  举报