Is there a callback when an AlertDialog is closed using the touch outside event? I have this enabled \"setCanceledOnTouchOutside(true)\". I want to set a visibility of a spe
an OnDismissListener seems most appropriate, but it requires a relatively high API level, so you might need to stick with an OnCancelListener instead.