added in version 24.1.0

android.support.v14.preference

Interfaces

PreferenceFragment.OnPreferenceDisplayDialogCallback  
PreferenceFragment.OnPreferenceStartFragmentCallback Interface that PreferenceFragment's containing activity should implement to be able to process preference items that wish to switch to a specified fragment. 
PreferenceFragment.OnPreferenceStartScreenCallback Interface that PreferenceFragment's containing activity should implement to be able to process preference items that wish to switch to a new screen of preferences. 

Classes

EditTextPreferenceDialogFragment  
ListPreferenceDialogFragment  
MultiSelectListPreference A Preference that displays a list of entries as a dialog. 
MultiSelectListPreferenceDialogFragment  
PreferenceDialogFragment Abstract base class which presents a dialog associated with a DialogPreference
PreferenceFragment Shows a hierarchy of Preference objects as lists. 
R  
R.anim  
R.attr  
R.bool  
R.color  
R.dimen  
R.drawable  
R.id  
R.integer  
R.layout  
R.string  
R.style  
R.styleable  
SwitchPreference A Preference that provides a two-state toggleable option.