Where does Content Provider store data?

て烟熏妆下的殇ゞ 提交于 2019-12-14 02:23:58

问题


Why Content Provider is not considered as Data storage option in android Data Storage Options in Android

and where do content providers store their data ?


回答1:


They are considered different to the other because they provide a way to globally share data between applications. The other data storage options are private to that application.

As for where they store their data: From the docs:

"How a content provider actually stores its data under the covers is up to its designer."



来源:https://stackoverflow.com/questions/8279118/where-does-content-provider-store-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!