如何阻止主页按钮最小化应用程序?

时间:2013-11-19 18:59:09

标签: android android-homebutton

我知道这是可能的。但是我该怎么办?

@Override
public void onAttachedToWindow() {
    super.onAttachedToWindow();
    this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);           
}

这样做不起作用。任何帮助都会很棒。谢谢!

0 个答案:

没有答案