adb 发送短信

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// 模拟发送按键


你可能感兴趣的:(start,短信,10086)