Multiple choice

________ are used to share your data with other applications.

  1. Service

  2. Intents

  3. Content Provider

  4. Activity

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Content Providers are the Android component designed specifically for sharing structured data between applications. Services run background operations, Intents enable messaging between components, and Activities display UI - none of these are primarily for data sharing across apps.