Terminate App
mobile_terminate_appTerminate any mobile app on a device by specifying its package name or localized label. Use this to stop background processes and free device resources.
Instructions
Stop and terminate an app on mobile device. Identify it by package name or by its current device-locale label.
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. | |
| appName | No | The app label in the device's current locale | |
| packageName | No | The package name of the app to terminate |