ADB Shell Input Events

前端 未结 8 1407
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 11:50

What is the basic difference between adb shell input keyevent and adb shell sendevent? Which one should I use for inputting a character? Are the ke

8条回答
  •  情深已故
    2020-11-22 12:13

    To send a reload call to a React-Native app running in a android device: adb shell input keyboard text "rr"

提交回复
热议问题