I have preferences working and I am using a combination of CheckBoxPreference and EditTextPreference. I would like to replace one of them with a DatePickerDialog.
When m
You would need to create a custom DialogPreference incorporating a DatePicker.
DialogPreference
DatePicker