DroidMind

by hyperb1iss
Verified

stop_app

Force stop an app on an Android device by specifying the device serial and app package name using DroidMind MCP server for efficient device management.

Instructions

Force stop an app on the device.

Args: serial: Device serial number package: Package name to stop

Returns: Result message

Input Schema

NameRequiredDescriptionDefault
packageYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "package": { "title": "Package", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "package" ], "title": "stop_appArguments", "type": "object" }
ID: p03zdsi6ol