The fourth component, content providers, oer an interface for sharing data. They basically oer the only way to
make data accessible to other applications as data inherits user and group IDs from the application they belong to.
Requests to providers are based on common SQL queries.
The actual data administration and response to queries is
implementation to the individual provider.