障蔽home按键

屏蔽home按键/*** 屏蔽home按键*/@Overridepublic void onAttachedToWindow(){this.getWindow().setType(W

屏蔽home按键

 /**     * 屏蔽home按键     */    @Override    public void onAttachedToWindow()    {        this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);        super.onAttachedToWindow();    }
?