Terminate App
mobile_terminate_appStop a running Android app on a connected device by providing its package name and device ID to free resources or close unresponsive apps.
Instructions
Stop and terminate an app on mobile device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| packageName | Yes | The package name of the app to terminate |