标签: android android-homebutton
我知道这是可能的。但是我该怎么办?
@Override public void onAttachedToWindow() { super.onAttachedToWindow(); this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD); }
这样做不起作用。任何帮助都会很棒。谢谢!