adb_input_text
Type text on an Android device using ADB. Handles special characters and shell metacharacters for reliable input.
Instructions
Type text on the device. Handles special characters by converting spaces to %s and escaping shell metacharacters. For multi-line or complex text, consider using the clipboard tool instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type on the device | |
| device | No | Device serial |