Content Provider Introduction

Source: Internet
Author: User

Content Provider is a universal interface mechanism that allows data sharing between applications. By abstracting the underlying data source, content provider reduces the coupling between the application layer and the data layer, making the data source of the application unknown.

 

Content provider has full permission control and can be accessed through a simple Uri. Shared data is obtained through query and can also be written. Therefore, an application with proper permissions can add, delete, and update data of any other application, including some local Android databases.

 

Many local databases are visible and even accessible to third-party applications in the content provider mode. This means that once your application has been granted permissions, you can access contact management, media players, and other local databases on the phone.

 

Publish your data as a content provider so that you (and other developers) can use and expand the data in new applications.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.