adb 发送短信
时间:2014-05-13 02:09:00
收藏:0
阅读:337
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// 模拟发送按键
评论(0)