# Functions
Parse parses the AndroidManifest XML string.
# Constants
ActionMain is the action treated as the main entry point, which does not expect to receive data.
CategoryInfo provides information about the package it is in; typically used if a package does not contain a CATEGORY_LAUNCHER to provide a front-door to the user without having to be shown in the all apps list.
CategoryLauncher means the action should be displayed in the top-level launcher.
# Structs
Action represents an action of an IntentFilter.
Activity represents an activity declared in an Application.
Application represents an application declared in an APK.
Category represents the category of an IntentFilter.
Feature represents a feature used by an APK.
IntentFilter represents an intent filter declared in an Activity.
Manifest represents an APK's AndroidManifest.xml file.
Permission represents a permission used by an APK.