I have some problems using ListPreference, when I set the value using ListPreference.setEntries () and ListPreference.setEntryValues (), then the value was set, but it was not checked, I tried ListPreference.setEnabled (true) and ListPreference .setSelectable (true), but it was about ListPreference, not the values in the ListPreference, any method to make it checked by encoding after I set the value?
thank
source
share