본문 바로가기
Programing/Android / Java

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

by CtrlCV맨 2015. 11. 12.
728x90
SMALL

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


728x90
LIST