get_manifest
Extract and retrieve the AndroidManifest.xml file from a decoded APK project to analyze app permissions, components, and configurations.
Instructions
Get the AndroidManifest.xml content from a decoded APK project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_dir": {
"title": "Project Dir",
"type": "string"
}
},
"required": [
"project_dir"
],
"title": "get_manifestArguments",
"type": "object"
}