AlertDialog.Builder setCancelable用法
分类: android2012-05-04 15:50 2182人阅读 评论(0) 收藏 举报
AlertDialog.Builder的setCancelable
public AlertDialog.Builder setCancelable (boolean cancelable)
Since: API Level 1
Sets whether the dialog is cancelable or not default is true.
设置为false,按返回键不能退出。默认为true。
妈蛋,一直以为是返回键重写应该是return TRUE还是FALSE的问题,原来竟然是builder自身的属性,自己不去设置这个属性,默认是可以按返回键使其消失的!!!!!
时间: 2024-12-21 09:50:00