2013年9月3日星期二

android is how to parse the Manifest file

As stated , android in Manifest file attributes how they are resolved . Please do not copy someone else's stuff to fool people .
------ Solution ---------------------------------------- ----
this should be done by the PackageParser.java probably read, look at the following code

 
    /** File name in an APK for the Android manifest. */
    private static final String ANDROID_MANIFEST_FILENAME = "AndroidManifest.xml";
parser = assmgr.openXmlResourceParser(cookie, ANDROID_MANIFEST_FILENAME);


are interested you can take a look inside myself and
------ reference -------------------------- -------------

god shot really extraordinary . Find contact information, and after learning the great God .

没有评论:

发表评论