Contacts Provider is an Android built-in content provider. It manages contacts in the system. Android’s Contacts app also accesses contact information through the contacts provider.
Content Provider is one of the four application components of Android. It can help app manage data stored in itself or in other apps, and provide a way to share data with other apps.