ContentProvider is mainly used for access data from one application to another application . For example by using ContentProvider we can get phone contacts,call log from phone to our own application in android. we can also access data which are stored in (sqlite)databases.