Android的HOME键屏蔽需要在activity中重写
@Override public void onAttachedToWindow() { this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD); super.onAttachedToWindow(); }
时间: 2024-12-27 07:54:43
Android的HOME键屏蔽需要在activity中重写
@Override public void onAttachedToWindow() { this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD); super.onAttachedToWindow(); }