get_manifest
Extract and return the AndroidManifest.xml content from a decoded APK project directory. Simplifies app analysis by providing manifest details in a structured format.
Instructions
Get the AndroidManifest.xml content from a decoded APK project.
Args: project_dir: Path to the APKTool project directory
Returns: Dictionary with manifest content or error
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes |