mobile_app
Manage Android apps via ADB: install APKs, start or force-stop apps by package name, uninstall, and list installed packages.
Instructions
Manage Android apps via ADB: install APK, start app by package, force-stop, uninstall, or list installed packages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to APK file (required for install) | |
| action | Yes | Operation | |
| serial | No | ADB device serial (optional) | |
| package | No | Package name (required for start/force-stop/delete; optional filter for list) | |
| return_screen | No | Capture screen after action (default: true) |