Android系统升级后应用程序偏好设置是否保留?

发布于 2024-10-16 01:06:14 字数 208 浏览 6 评论 0原文

我想存储与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疾风者 2024-10-23 01:06:14

是的,他们当然会留下来。
每个应用程序都有自己的首选项存储,当应用程序被删除时,或者在“管理应用程序”中按所选应用程序的“清除数据”按钮,可以清除它们。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文