I can’t find the android.Manifest.java in the source code directory? I can find AndroidManifest.xml in frameworks\base\core\res, I want to know how is android.Manifest.class created in android.jar.
I can’t find the android.Manifest.java in the source code directory? I can find AndroidManifest.xml
Share
I’m not aware of any
android.Manifest.javafile, but when compiling AOSP there is a couple ofManifest.javafiles created automatically.Perhaps this one is the one you’re looking for? It seems to correspond to what’s in android.jar (API 16)
Manifest.classManifest$permission.classManifest$permission_group.classLocated at
./out/target/common/R/android/Manifest.java[rest cut due to exceeded post size]