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// 模拟发送按键
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
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// 模拟发送按键
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。