Crate rusty_axml

source ·

Modules§

Structs§

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 to false, * explicitely set to true, * explicitely set to false

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