Описание тега dialog-preference
A class in the Android preferences framework that allows applications to implement custom user interfaces for editing a preference setting.
A class in the Android preferences framework that allows applications to implement custom user interfaces for editing a preference setting.
A very useful guide for writing DialogPreference implementations can be found in this answer: Concise way of writing new DialogPreference classes?