Karim Ouda's Technical Blog
The official technical Blog of Karim Ouda
Friday, July 26, 2013
Android ListPreference not persisting
Issue
Android ListPreference created dynamically is not persisting although "setPersistent()" is set to true
Solution
For my case: i forgot to set a key for the ListPreference in the code
listPrefObj.setKey("list_pref_key");
Tweet
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment