| Preference.OnPreferenceChangeListener | Interface definition for a callback to be invoked when this Preference's value has been changed by the user and is about to be set and/or persisted. |
| Preference.OnPreferenceClickListener | Interface definition for a callback to be invoked when a preference is clicked. |
| PreferenceManager.OnActivityDestroyListener | Interface definition for a class that will be called when the container's activity is destroyed. |
| PreferenceManager.OnActivityResultListener | Interface definition for a class that will be called when the container's activity receives an activity result. |
| PreferenceManager.OnActivityStopListener | Interface definition for a class that will be called when the container's activity is stopped. |
| CheckBoxPreference | The CheckBoxPreference is a preference that provides checkbox widget functionality. |
| DialogPreference | The DialogPreference class is a base class for preferences that are dialog-based. |
| EditTextPreference | The EditTextPreference class is a preference that allows for string input. |
| ListPreference | The ListPreference is a preference that displays a list of entries as a dialog. |
| Preference | The Preference class represents the basic preference UI building block that is displayed by a PreferenceActivity in the form of a ListView. |
| Preference.BaseSavedState | |
| PreferenceActivity | The PreferenceActivity activity shows a hierarchy of preferences as lists, possibly spanning multiple screens. |
| PreferenceCategory | The PreferenceCategory class is used to group Preferences and provide a disabled title above the group. |
| PreferenceGroup | The PreferenceGroup class is a container for multiple Preferences. |
| PreferenceManager | The PreferenceManager is used to help create preference hierarchies from activities or XML. |
| PreferenceScreen | The PreferenceScreen class represents a top-level Preference that is the root of a Preference hierarchy. |
| RingtonePreference | The RingtonePreference allows the user to choose one from all of the available ringtones. |