android屏蔽返回键和Home键//屏蔽home键的代码:public void onAttachedToWindow() {this.getWindow().setT
android屏蔽返回键和Home键
//屏蔽home键的代码:public void onAttachedToWindow() {this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);super.onAttachedToWindow();} android屏蔽返回键和Home键
//屏蔽home键的代码:public void onAttachedToWindow() {this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);super.onAttachedToWindow();}