gpt4 book ai didi

android - 了解 Android list 中的提供程序属性 "android:multiprocess"

转载 作者:行者123 更新时间:2023-11-29 17:22:42 27 4
gpt4 key购买 nike

在为 Android 创建移动应用程序时,我正在处理需要 ContentProvider 的 SQLite 数据库。 ContentProvider 用于从数据库中添加、更新、读取或删除数据。

我读了http://developer.android.com/guide/topics/manifest/provider-element.html但我没有找到任何进一步的信息,尤其是对于使用数据库而言。

我见过一些定义了以下提供者的 list :

<provider
android:name="main.ContentProvider"
android:authorities="main.ContentProvider"
android:multiprocess="true">
</provider>

将多进程设置为 true 是什么意思?这是否意味着许多数据库查询将同时处理?如果我将它设置为 false,会发生什么?

谢谢。

最佳答案

一位Android框架工程师说“不要使用这个属性”

https://groups.google.com/forum/#!topic/android-developers/u9UMJtALSXw

Don't use this, it is some old cruft from pre-1.0 design that doesn't work and should be ignored these days. Just pretend like the attribute doesn't exist. :}

-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d...@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

-- Dianne Hackborn Android framework engineer hac...@android.com

关于android - 了解 Android list 中的提供程序属性 "android:multiprocess",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36062456/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com