as_adb_stop_app
Force-stop an Android app using ADB without deleting its data. Provide the package name and optional device serial.
Instructions
Force-stop an app (am force-stop). Does not delete data.
Args: params (PackageInput): package, serial (confirm not required).
Returns: str: JSON with the command result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |