get_expansion_file
Retrieve expansion file information for large Android apps that exceed the 100MB APK size limit. Specify package name, version code, and file type to get file size and references.
Instructions
Get APK expansion file information.
Expansion files are used for large apps (especially games) that exceed the 100MB APK size limit.
Args: package_name: App package name version_code: APK version code expansion_file_type: Type of expansion file (main or patch)
Returns: Expansion file information including size and references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| version_code | Yes | ||
| expansion_file_type | No | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||