adb_restart_app
Force-stop and re-launch an Android app with a configurable delay between stop and start. Simplifies the frequent debug cycle.
Instructions
Force-stop then re-launch an app. The most frequent debugging workflow in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name (e.g., 'com.example.app') | |
| device | No | Device serial | |
| delayMs | No | Delay between stop and start in ms (0-10000, default 500) |