@Override
public void onAttachedToWindow() {
// TODO Auto-generated method stub
super.onAttachedToWindow();
this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
super.onAttachedToWindow();
}
public void onAttachedToWindow() {
// TODO Auto-generated method stub
super.onAttachedToWindow();
this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
super.onAttachedToWindow();
}
本文介绍了一个方法,用于在Android应用中更改窗口类型为TYPE_KEYGUARD_DIALOG,并提供了具体实现代码。
380

被折叠的 条评论
为什么被折叠?



