read_manifest
Parses an AndroidManifest.xml file to extract package name, permissions, application class, and activities. Provide the absolute file path to get structured data.
Instructions
Read AndroidManifest.xml and return parsed structure: package, permissions, application class, activities. Pass manifestPath = absolute path to the AndroidManifest.xml file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifestPath | Yes | Absolute path to AndroidManifest.xml. |