Loading practice questions
In Android, what is the main purpose of "Intent Filters"?
Correct Answer: C — To specify which Intents an app component can handle
Explanation:
Intent Filters specify which types of Intents an app component can handle. They define the actions, data types, and categories that an Activity, Service, or BroadcastReceiver can respond to.