摘要: 屏蔽home键的方法 // 屏蔽掉Home键 public void onAttachedToWindow() { this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG); super.... 阅读全文
posted @ 2015-05-15 16:46 guoliuya 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 1.dialog.dismiss和dialog.cancel的区别Cancel the dialog. This is essentially the same as calling dismiss(), but it will also call your DialogInterface.OnCa... 阅读全文
posted @ 2015-05-15 16:39 guoliuya 阅读(2260) 评论(0) 推荐(0) 编辑