v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Android

Get pkg

get/boxes/{boxId}/android/packages/{packageName}

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

packageNamestring required
Example:com.example.myapp

Android app package name

Response

Android pkg

namestring required

Android pkg name

packageNamestring required

Android package name

apkPathstring required

Android apk path

versionstring required

Android pkg version

pkgType'system' | 'thirdParty' required

system or thirdParty

isRunningboolean required

Whether the pkg is currently running

Example response

{
  "name": "Google Voice",
  "packageName": "com.google.android.apps.googlevoice",
  "apkPath": "/data/app/com.google.android.apps.googlevoice-1/base.apk",
  "version": "1.0.0",
  "pkgType": "thirdParty"
}