How to make a call via pc by ADB command on android?

后端 未结 6 398
旧巷少年郎
旧巷少年郎 2020-12-07 16:16

I would like to make call via ADB command on android\'s command line.

How should I use ADB command in order to make a call via PC?

please provide source code

6条回答
  •  [愿得一人]
    2020-12-07 16:31

    adb shell input keyevent 5 && adb shell input text 1234567890&&adb shell input keyevent 5

    Here 1234567890 is phone number

提交回复
热议问题