Android 共享首选项值的最大大小是多少?

发布于 2024-10-16 16:43:24 字数 419 浏览 8 评论 0原文

我完全理解将大量数据转储到首选项中是完全不合适的,但我的要求不是那么好,但足够大(可能 500-5000 字节),我不知道它是否合适。这些文档没有帮助。 http://developer.android.com/reference/android/content/SharedPreferences .Editor.html

我已经搜索了网络和 Stackoverflow,但找不到以下方面的明确答案: a) 根据底层架构,实际限制是什么 b)基于性能的实际限制是什么(我发现即使写入很短的首选项值也可能需要几秒钟,但我怀疑这只是闪存写入延迟)

希望得到澄清。

I fully appreciate dumping lots of data into the preferences is totally inappropriate, but my requirement is not that great, but large enough (potentially 500-5000 bytes) where I've no idea whether it's appropriate or not. The docs do not help.
http://developer.android.com/reference/android/content/SharedPreferences.Editor.html

I've searched the net and Stackoverflow and can't find a definitive answer on:
a) what the actual limit is, based on the underlying architecture
b) what the practical limit is, based on performance (I find writing even short pref values can take a few seconds, but I suspect that's just a flash write delay)

Would appreciate clarification.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

乖乖公主 2024-10-23 16:43:24

所有共享首选项都存储在 /data/data/[package name]/shared_prefs/[app name].xml 中,所以我认为基于架构没有限制。

我不知道实际限制,但我认为这对你来说已经足够了。

All shared prefs are stored in /data/data/[package name]/shared_prefs/[app name].xml, so i think there's no limit based on architecture.

I don't know practical limit but I think it's enough for you.

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