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?
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?