public static interface PreferenceFragment.OnPreferenceDisplayDialogCallback
Modifier and Type | Method and Description |
---|---|
boolean |
onPreferenceDisplayDialog(PreferenceFragment caller,
Preference pref) |
boolean onPreferenceDisplayDialog(PreferenceFragment caller, Preference pref)
caller
- The fragment containing the preference requesting the dialog.pref
- The preference requesting the dialog.