stop_app
Force-stop an Android app by its package name to terminate its process. Use this to reset an app to a clean state when reproducing bugs.
Instructions
Force-stop an app by package name. Pair with launch_app to reset an app to a clean start when reproducing a bug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| package | Yes | Application package name (e.g. com.example.app). |