[Android] How to send SMS via ADB shell command?

2015. 11. 12. 17:16Programing/Android / Java

adb shell am start -a android.intent.action.VIEW "sms:xxxxxxxxx" exit_on_sent true

adb shell input text "SMS Body"

adb shell input keyevent 22

adb shell input keyevent 66