Android Application Development (AND-401) — Question 50
When using an implicit intent, what process does the system use to know what to do with it?
Answer options
- A. Intent resolution
- B. Intent declaration
- C. Intent overloading
- D. Intent transition
Correct answer: A
Explanation
The correct answer is A, Intent resolution, as it refers to the mechanism the system employs to match an implicit intent with the appropriate component to handle it. The other options, such as Intent declaration, Intent overloading, and Intent transition, do not accurately describe this process and are not relevant in the context of implicit intents.