摘要:
屏蔽home键的方法 // 屏蔽掉Home键 public void onAttachedToWindow() { this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG); super.... 阅读全文
摘要:
1.dialog.dismiss和dialog.cancel的区别Cancel the dialog. This is essentially the same as calling dismiss(), but it will also call your DialogInterface.OnCa... 阅读全文