Crate rusty_axml
source ·Modules§
- Main parser routine
Structs§
- Representation of an app’s manifest contents
Enums§
- A component can be exported or enabled. Each of these feature have default values but these default values can be overriden by the developer. This means they have essentially four states: * default to
true
, * default tofalse
, * explicitely set totrue
, * explicitely set tofalse
Functions§
- Open the file, read the contents, and create a
Cursor
of the raw data for easier handling when parsing the XML data. - Parse an app’s manifest and get the list of exposed components We first check if the app has the
android:enabled
component set, which would influence the state of all the components in the app - Convenience function to parse the manifest of an APK