Loading practice questions
What is the role of a Content Provider in Android?
Correct Answer: A — To share data between different apps
Explanation:
Content Providers allow data sharing between different apps. They provide a standardized interface for accessing and modifying data stored by apps, such as contacts or media files, across different applications.