adb shell am start -a android.intent.action.SENDTO -d sms:10086(发送目的号码) --es sms_body "i love you"(发送内容) --ez exit_on_sent true
adb shell input keyevent 66// 模拟发送按键
adb 发送短信,布布扣,bubuko.com
adb 发送短信
原文:http://smilezhuolin.blog.51cto.com/7671611/1409991