as_apk_methods
Report dex method counts and largest packages from an APK, returning JSON with reference method count and per-package breakdown.
Instructions
Report dex method counts and the largest packages (apkanalyzer dex).
Args: params (ApkInput): apk_path.
Returns: str: JSON with the reference method count and per-package breakdown text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |