(Choose 3 answers)
Which of the following are true statements about implicit and explicit intent?
A. Android delivers an explicit intent to a target component without consulting filters in the AndroidManifest.xml file
B. Implicit intents are typically used to interact with components residing in other apps
C. Explicit intents are typically used to interact with components residing in other apps
D. Android delivers an implicit intent to a target component only if it matches one of its intent filters in the AndroidManifest.xml file
Exit 46