download_system_apk_variant
Download a previously built system APK variant from Google Play to a local file using package name, version code, and variant ID.
Instructions
Download a previously created system APK variant to a local file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant_id | Yes | ID of the system APK variant (from `list_system_apk_variants`) | |
| package_name | Yes | App package name | |
| version_code | Yes | Version code of the app bundle | |
| destination_path | Yes | Local path to write the APK bytes to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||