v48

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

List apps

List all installed apps on the launcher

get/boxes/{boxId}/android/apps

Path parameters

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

Box ID

Response

Android apps

Example response

{
  "data": [
    {
      "packageName": "com.android.settings",
      "activityName": "Settings",
      "activityClassName": "com.android.settings.Settings"
    },
    {
      "packageName": "com.android.chrome",
      "activityName": "Chrome",
      "activityClassName": "com.android.chrome.ChromeTabbedActivity"
    }
  ]
}