Terminate App
android_terminate_appForce-stop any running Android app by providing its package name, with optional device selection for multi-device environments.
Instructions
Force-stop a running app by package name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device id (serial or host:port). Optional -- when omitted, uses ANDROID_MCP_DEVICE env or auto-selects the connected device (physical devices preferred over emulators). | |
| packageName | Yes | Package name of the app to stop |