开发者

How to make a Preference not save to SharedPreferences?

开发者 https://www.devze.com 2022-12-23 21:56 出处:网络
I am re-using ListPreference for a setti开发者_如何学编程ng which I store only in the database. How can I prevent it from storing/persisting any data to the preference file?Subclass it, override shoul

I am re-using ListPreference for a setti开发者_如何学编程ng which I store only in the database. How can I prevent it from storing/persisting any data to the preference file?


Subclass it, override shouldPersist() to return false.


I've not done it myself, but have you looked into overriding onDialogClosed()?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号