adb 发送短信
更新:HHH   时间:2023-1-7


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



返回开发技术教程...