as_apk_filesize
Report on-disk and estimated download size of an APK file, returning file_size and download_size in bytes.
Instructions
Report the on-disk and estimated download size of an APK.
Args: params (ApkInput): apk_path.
Returns: str: JSON with file_size and download_size (bytes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |