首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

锁定home筑

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

锁定home建

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

热点排行