I am trying to understand how and when AndroidManifest.xml for an application is parsed, but I can not find it in the AOSP source. I was looking for AndroidXRef as well, but I don't see any hits (probably because this parsing is done in binary XML and so the tags - for example, android:name - are not strings.)
android:name
Parsing a package is done in frameworks/base/core/java/android/content/pm/PackageParser.java . You need the parsePackage method.
frameworks/base/core/java/android/content/pm/PackageParser.java
parsePackage
NTN!
Source: https://habr.com/ru/post/1442908/More articles:Haxe - print command line arguments - haxeRemove everything after the line - sqlWhat does dojo / domReady do? - dojojava - api web search for pmi - javaMysql 5.5 PURPOSE OF DATA POSITION Permissions - c ++Displays a loader image with opacity on the page. Laod does not work in IE 9 and earlier. - jqueryJava access index for each cycle - javaCalculation of peaks in histograms or density functions - rThe type in dynamic_cast must be a pointer or a reference to the full type of the class or void * - c ++requestAnimationFrame detect a stop - javascriptAll Articles