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


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

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

[Android] How to send SMS via ADB shell command?에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : [Android] How to send SMS via ADB shell command?