这个虽说与返回键无关,但使用场景还是很多的,实现也很简单:
// 点击空白区域不关闭 Dialog(默认为 true) mDialog.setCanceledOnTouchOutside(false);
cheng