> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bringits.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Run App

> Launch an Android application using its package name

The Run App command (Command Type: 1) launches an Android application on the device using its package name.

## Command Type

**Command Type ID:** 1

## Parameters

| Parameter       | Type   | Description                                                | Required |
| --------------- | ------ | ---------------------------------------------------------- | -------- |
| **packageName** | string | The package name of the Android application to be launched | Yes      |

## Usage Examples

### Launch an App

```json theme={null}
{
  "command": "run-app",
  "params": {
    "packageName": "com.example.myapp"
  }
}
```

## Related Commands

* [Close App](/stream/commands/android/close-app) - Close a running Android app
* [Tap On Elements](/stream/commands/android/tap-on-elements) - Tap elements after launching
