Enum android_tools::aapt2::SubCommand [−][src]
pub enum SubCommand {
Apc,
Badging,
Configurations,
Packagename,
Permissions,
Strings,
Styleparents,
Resources,
Xmlstrings,
Xmltree,
}Variants
Apc
Print the contents of the AAPT2 Container (APC) generated during compilation.
Badging
Print information extracted from the APKās manifest.
Configurations
Print every configuration used by a resource in the APK.
Packagename
Print the APKās package name.
Permissions
Print the permissions extracted from the APKās manifest.
Strings
Print the contents of the APKās resource table string pool.
Styleparents
Print the parents of styles used in the APK.
Resources
Print the contents of the APKās resource table.
Xmlstrings
Print strings from the APKās compiled xml.
Xmltree
Print a tree of the APKās compiled xml.
