ListPreference, how can you make it to NOT save to SharedPreference?
- by Pentium10
I am resuing ListPreference for a setting which I store in the database. I do not want it stored in the preference file.
How can I reuse ListPreference in such way that it does not save to SharedPreference file?