adb shell input keyevent 29 # for key 'A'. adb shell input keyevent 54 # for key 'B'. 也可以直接送STRING進去: adb shell input text "ANDROID".
確定! 回上一頁