Install an Android app on the box
Enter your API Key in the format: Bearer
Box ID
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
APK file upload or URL (max size: 512MB)
Request for installing Android pkg from uploaded APK file or ZIP archive
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.
"Select APK file or ZIP archive"
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.
false
Android pkg installed
Response containing the result of installing an Android pkg
Android pkg package name
"com.google.android.apps.googlevoice"
Android apk path
"/data/app/com.google.android.apps.googlevoice-1/base.apk"
system or thirdParty
system, thirdParty "thirdParty"
Activity list
[
{
"name": "Settings",
"className": "com.android.settings.Settings",
"packageName": "com.android.settings",
"isExported": true,
"isMain": true
},
{
"name": "About Phone",
"className": "com.android.settings.AboutPhone",
"packageName": "com.android.settings",
"isExported": true,
"isMain": false
}
]