Class android.preference.ListPreference

Now deprecated.

Changed Constructors
ListPreference(Context) Now deprecated.
 
ListPreference(Context, AttributeSet) Now deprecated.
 
ListPreference(Context, AttributeSet, int) Now deprecated.
 
ListPreference(Context, AttributeSet, int, int) Now deprecated.
 
 

Changed Methods
int findIndexOfValue(String) Now deprecated.
 
CharSequence[] getEntries() Now deprecated.
 
CharSequence getEntry() Now deprecated.
 
CharSequence[] getEntryValues() Now deprecated.
 
String getValue() Now deprecated.
 
void setValue(String) Now deprecated.
 
void setValueIndex(int) Now deprecated.
 
void setEntries(int) Now deprecated.
 
void setEntries(CharSequence[]) Now deprecated.
 
void setEntryValues(int) Now deprecated.
 
void setEntryValues(CharSequence[]) Now deprecated.