1. 撥打與掛斷電話(huà)
adb shell am start -a android.intent.action.CALL tel:xxxxx //撥打電話(huà)
adb shell service call phone 11 //查詢(xún)狀態(tài)民褂,來(lái)電時(shí)查詢(xún)?yōu)?
adb shell service call phone 3 //掛斷電話(huà)
2.發(fā)送短信
adb shell am start -a android.intent.action.SENDTO -d sms:10086 --es sms_body hello //編輯短信
adb shell input keyevent 22 //焦點(diǎn)去到發(fā)送按鍵
adb shell input keyevent 66 //回車(chē)救欧,就是按下發(fā)送鍵