The right command should be adb shell am start -n com.example.mike.app/.SimpleActivity --es "Message" "hello!" with -n ....
adb-shell-am-start-activity-extras
The action like send sms, mime type and an extra string adb shell am start -a "android.intent.action.SEND" --es "android.intent.extra.TEXT" "Hello Intent" -t ... 939c2ea5af
adb shell am start activity extras
Comments