---
title: "Get pkg activities"
method: GET
path: "/boxes/{boxId}/android/packages/{packageName}/activities"
tags: ["Android"]
---

# Get pkg activities

`GET /boxes/{boxId}/android/packages/{packageName}/activities`

Retrieves the list of activities defined in a specific Android package

## Path parameters

- `boxId` string, required
- `packageName` string, required

## Response `200`

Android pkg activities

- AndroidPkgActivityList — Android pkg activity list
  - `data` AndroidPkgActivity[], required — Activity list
    - `name` string, required — Activity name
    - `className` string, required — Activity class name
    - `packageName` string, required — Activity package name
    - `isExported` boolean, required — Activity class name
    - `isMain` boolean, required — Whether the activity is the main activity. Main activity is the entry point of the pkg and is typically launched when the pkg is started.
    - `isLauncher` boolean, required — Whether the activity is a launcher activity. Launcher activities appear in the device's pkg launcher/home screen and can be directly launched by the user.

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
