What is the use of private Content Providers?

前端 未结 2 2164
北海茫月
北海茫月 2020-12-12 11:30

The Android Dev Guide says

Content providers are also useful for reading and writing data that is private to your application and not shared.

2条回答
  •  眼角桃花
    2020-12-12 11:47

    For example,a multiprocess application use scenario(like: music play service usually run in a remote process), between the two process that in one application share database should use private ContentProvider.

提交回复
热议问题