adb应用之打电话,挂电话

阅读 138

2022-10-18


打电话:

1. adb shell service call phone 2 s16 "10086"

2. adb shell am start -a android.intent.action.CALL tel:10086


挂电话:

adb  shell  input  keyevent  KEYCODE_ENDCALL

adb  shell  input  keyevent 6

上述两种方法等同


相关推荐

精彩评论(0)

0 0 举报