adb 打电话、发短信 通过adb 命令拨打电话
adb shell am start -a android.intent.action.SENDTO -d sms:10086(发送目的号码) --es sms_body "hello"(短信内容) --ez exit_on_sent trueadb shell input keyevent 66 // 模拟发送按键