Back to Developer Roadmap

Implicit Intents

src/data/roadmaps/android/content/implicit-intents@gGdz3j33x0gfrFDp_rw8Z.md

4.0574 B
Original Source

Implicit Intents

Implicit Intents do not specify the target component explicitly like Explicit Intents. Instead, they allow the system to find a suitable component matching the Intent description to handle the request. The system will find an activity that can handle this intent by comparing the <intent-filter> section in the AndroidManifest.xml of all apps installed on the device against the Implicit Intent.

Visit the following resources to learn more: