0
点赞
收藏
分享

微信扫一扫

adb应用之打电话,挂电话

时光已翩然轻擦 2022-10-18 阅读 129


打电话:

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 条评论