This is commonly used for split APKs where different components are separated by
architecture, language, or screen density.
Optionalopen
open?:boolean
Whether to open the app after installation. Will find and launch the launcher
activity of the installed app. If there are multiple launcher activities, only
one will be opened. If the installed APK has no launcher activity, this
parameter will have no effect.
APK file or ZIP archive to install (max file size: 512MB).
Single APK mode:
Multi-APK mode (automatically detected):
com.reddit.frontpage-gplay.zip └── com.reddit.frontpage-gplay/ (folder) ├── reddit-base.apk (base APK) ├── reddit-arm64.apk (architecture-specific) ├── reddit-en.apk (language pack) └── reddit-mdpi.apk (density-specific resources)
This is commonly used for split APKs where different components are separated by architecture, language, or screen density.