adb shell input swipe 140 422 140 422 1500
Im using this to select all text, then press KEYCODE_DEL. But it is not really good. If the text box have characters: "-" , "@" It will be text break. Do anyone have other ways ? Thanks.
adb shell input swipe 140 422 140 422 1500
Im using this to select all text, then press KEYCODE_DEL. But it is not really good. If the text box have characters: "-" , "@" It will be text break. Do anyone have other ways ? Thanks.