/**
* 屏蔽home按键
*/
@Override
public void onAttachedToWindow()
{
this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);
super.onAttachedToWindow();
}
Who can fix it at Android 4.0?
屏蔽HOME按键 ?
阅读 80
2023-01-18
/**
* 屏蔽home按键
*/
@Override
public void onAttachedToWindow()
{
this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);
super.onAttachedToWindow();
}
Who can fix it at Android 4.0?
相关推荐
精彩评论(0)