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.

Trait Implementations

Returns the ā€œdefault valueā€ for a type. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.