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

Activity障蔽home键

2012-06-27 
Activity屏蔽home键public void onAttachedToWindow() {this.getWindow().setType(WindowManager.LayoutPa

Activity屏蔽home键

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

热点排行