> ## 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.

# Close App

> Force-stop an Android application by its package name

The Close App command (Command Type: 2) force-stops an Android application on the device using its package name.

## Command Type

**Command Type ID:** 2

## Parameters

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

## Usage Examples

### Close an App

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

## Related Commands

* [Run App](/stream/commands/android/run-app) - Launch an Android app
