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