adb_input_text
Types text on an Android device using ADB. Converts spaces to %s and escapes 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 |