Modules§
Enums§
- Component
State - Component state
Functions§
- create_
cursor_ from_ apk - Create cursor of bytes from an APK
- create_
cursor_ from_ axml - Create cursor of bytes from an AXML file
- find_
node_ by_ name - Returns an
XmlNode
if it exists - find_
nodes_ by_ type - Return all elements of the given type
- get_
activities_ names - Get the list of activities names
- get_
declared_ permissions - Get the list of declared permissions
- get_
exposed_ components - Parse an app’s manifest and get the list of exposed components
- get_
providers_ names - Get the list of providers names
- get_
receivers_ names - Get the list of receivers names
- get_
requested_ permissions - Get the list of requested permissions
- get_
services_ names - Get the list of services names
- is_
component_ exposed - Check if a component is exposed
- parse_
from_ apk - Read and parse the manifest of an APK
- parse_
from_ axml - Read and parse an AXML file
- parse_
from_ cursor - Parses the AXML file from a cursor.
- parse_
from_ reader - Parses the AXML from a generic reader
- parse_
from_ string - Parses the AXML file from a string.