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.
我正在开发一个涉及大量 sqlite 数据库功能和共享首选项的应用程序......
我想问如果用户通过Google Play更新应用程序,是否会保留sharedpreferences和sqlite数据?
是的,当用户更新应用程序时,应用程序设置和任何私有应用程序文件(如 SQLite 数据库)都会保留。仅当显式卸载应用程序时才会删除它们。
所有SharedPreferences和数据库在更新时保持不变。如果您更改 SQLite 帮助程序类上的数据库版本,您的数据库将被升级。
SharedPreferences