adb_extract_apks
Extract all APK splits for a specified package from an Android device to a local directory for analysis, backup, or transfer.
Instructions
Pull all APK splits for a package from the device to a local directory. Useful for analysis, backup, or transfer to another device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name to extract | |
| outputDir | No | Local output directory (default: temp dir) | |
| device | No | Device serial |