Is it possible to select all the text in an editText
with ADB in android?
Right now, I'm using the command:
sudo /Applications/sdk/platform-tools/adb shell input keyevent KEYCODE_DEL
50 times, so that it erases the whole sentence, but it is very slow.