adb-shell
Execute shell commands on Android devices with safety guards that block dangerous operations. Use this tool to run ADB commands securely within the Android development environment.
Instructions
Execute shell commands with safety guards. Dangerous commands are blocked.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute | |
| timeout | No | Timeout in ms (default: 30s, max: 120s) |