Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 ListPreference 重新用于仅存储在数据库中的设置。如何防止它将任何数据存储/保留到首选项文件?
子类化它,覆盖shouldPersist()以返回 false。
shouldPersist()
我自己没有做过,但是您是否考虑过压倒一切onDialogClosed()?
onDialogClosed()