锁定home筑

锁定home建@Overridepublic void onAttachedToWindow() {this.getWindow().setType(WindowManager.LayoutP

锁定home建

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