adb shell input keyevent 279 所以希望能找到一些方法来复制文本。
adb shell input keyevent 279
adb shell input text [text] 因为它很慢。
adb shell input text [text]
似乎有两种方法可以将文本复制到android剪贴板中 adb shell
adb shell
service call clipboard 2 i32 1 i32 0 s16 "text"
am broadcast -a clipper.set -e text "text"