notes/Send a text with adb shell on Android-1fDp1C6m.sh
#Send a text with adb shell on Android
#using sendkeys
adb shell am start -a android.intent.action.SENDTO -d sms:+1-222-333-4444
adb shell input text "sampletexthere"
adb shell input keyevent 66