AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 50


When using an implicit intent, what process does the system use to know what to do with it?

Show Answer
Correct Answer: A

When using an implicit intent, the system determines what to do with it through a process called Intent resolution. This process involves matching the Intent against the <intent-filter> descriptions specified in the manifest files of the installed applications, to find the appropriate Activity, BroadcastReceiver, or Service that can handle the Intent.

Discussion

1 comment
Sign in to comment
MmadiOption: A
Dec 31, 2022

A. Intent resolution