ListPreference, how can you make it to NOT save to SharedPreference?

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-03-21T21:39:36Z Indexed on 2010/03/21 21:41 UTC
Read the original article Hit count: 169

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?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk