使用AlertDialog的模态对话框功能

时间:2012-01-19 03:24:10

标签: android dialog modal-dialog alertdialog

我想让AlertDialog专注,直到用户按下其上的任何按钮。换句话说,即使用户按下任何其他区域(如它的父区域)或按下后退按钮,对话框仍必须保持聚焦。请告诉我使用哪种Android 4.0 API方法。

非常感谢。

1 个答案:

答案 0 :(得分:4)

使用setCancelable(false);它会停止从屏幕上移除AlertDialog