upload_android_screenshots
Download screenshot images from URLs and upload them to Google Play for a specified language and device type. Optionally replace all existing screenshots of that type with atomic commits.
Instructions
Download screenshot images from URLs and upload them to Google Play for a specific language and device type. Google allows up to 8 screenshots per device type. Supported formats: JPEG and 24-bit PNG (no alpha). Max 8 MB per file. Common image types: phoneScreenshots, sevenInchScreenshots, tenInchScreenshots, tvScreenshots, wearScreenshots. Set replace=true to delete all existing screenshots of this type before uploading (recommended when refreshing a set). All uploads are committed atomically — if any upload fails, no changes go live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The Android package name e.g. com.example.myapp | |
| language | No | BCP-47 language tag e.g. en-US, fr-FR | en-US |
| image_type | No | Image type: phoneScreenshots, sevenInchScreenshots, tenInchScreenshots, tvScreenshots, wearScreenshots | phoneScreenshots |
| screenshot_urls | Yes | URLs of screenshot images to upload, in display order | |
| replace | No | If true, delete all existing screenshots of this type before uploading |