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

When using an implicit intent, what process does the system use to know what to do with it?
A . Intent resolution
B . Intent declaration
C . Intent overloading
D . Intent transition

Answer: A

Explanation:

When using implicit intents, given such an arbitrary intent we need to know what to do with it. This is handled by the process of Intent resolution, which maps an Intent to an Activity, BroadcastReceiver, or Service (or sometimes two or more activities/receivers) that can handle it.

The intent resolution mechanism basically revolves around matching an Intent against all of the <intent­filter> descriptions in the installed application packages.

References: http://developer.android.com/reference/android/content/Intent.html

Latest AND-401 Dumps Valid Version with 228 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments