Android系统升级后应用程序偏好设置是否保留?
我想存储与 Android 版本相关的首选项(例如,从 WebView
获取的用户代理字符串)。
当用户升级系统(例如从 1.6 到 2.1)时,这些偏好会持续吗?
我想从 WebView
检索用户代理一次,然后将其存储在 SharedPreferences
中。当系统升级时我想更新这个值。
I want to store preferences which are Android version dependent (eg. User Agent string obtained from WebView
).
When user is upgrading system (say from 1.6 to 2.1), does those preferences last?
I want to retrieve User Agent from WebView
once, then store it in SharedPreferences
. When system is upgraded I want to update this value.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,他们当然会留下来。
每个应用程序都有自己的首选项存储,当应用程序被删除时,或者在“管理应用程序”中按所选应用程序的“清除数据”按钮,可以清除它们。
Yes, of course they'll stay.
Each app has it's own storage for preferences and they can be cleared when app is removed or in "Manage applications" by pressing "Clear Data" button for selected app.