读书人

Activity障蔽home键

发布时间: 2012-06-27 14:20:09 作者: rapoo

Activity屏蔽home键

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

读书人网 >移动开发

热点推荐