
net.dongliu.apk.parser.struct.AndroidConstants Maven / Gradle / Ivy
package net.dongliu.apk.parser.struct;
/**
* android system file.
*
* @author dongiu
*/
public class AndroidConstants {
public static final String RESOURCE = "resources.arsc";
public static final String MANIFEST = "AndroidManifest.xml";
public static final String DEX = "classes.dex";
public static final String RES_PREFIX = "res/";
public static final String ASSETS_PREFIX = "assets/";
public static final String LIB_PreFIX = "lib/";
public static final String META_PREFIX = "META-INF/";
/**
* the binary xml file used system attr id.
*/
public static final int ATTR_ID_START = 0x01010000;
/**
* the system style resouce ids.
*/
public static final int STYLE_ID_START = 0x01030000;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy