An open API service indexing awesome lists of open source software.

https://github.com/swayangjit/contentprovider

A sample application that demonstrates sharing data with other applications using ContetProvider
https://github.com/swayangjit/contentprovider

contentprovider contentresolver datasharing

Last synced: about 1 month ago
JSON representation

A sample application that demonstrates sharing data with other applications using ContetProvider

Awesome Lists containing this project

README

          

A sample application that demonstrates sharing data with other applications using ContetProvider.
#### Important points to consider while creating a custom content provider

- First create your custom permission and **provide a namespace to those permissions**.

``
``

``
``

- While mentioning the provider in the ``AndroidManifest.xml`` mark the provider as ``exported = true`` and add the read and write permissions to the Provider.

````