adb shell service call phone 1 s16 10000
adb shell am start -a android.intent.action.CALL -d tel:10000
--------------------
adb shell am start -a android.intent.action.SENDTO -d sms:13699274542 --es sms_body "短信内容" --ez exit_on_sent true
adb shell input keyevent 22
adb shell input keyevent 66
标签:shell,10000,keyevent,sms,am,拨号,adb From: https://www.cnblogs.com/zyip/p/16973739.html