Does Android look-up all the intent-filters of all installed apps when it

lDCl

New member
Nov 9, 2009
6
0
1
It has to keep an index, otherwise it would need to launch a new VM for each app to access its manifest file.
 
receives a new intent? Does android maintain an an index of all intent-filters of the installed app so that every incoming intent can look up the intent-filter index? Or is it like, every time an intent is made, android goes through each of all the installed applicatoins' AnifestManifest.xml file to find out the appropriate component?
 
Back
Top