Skip to content

Instantly share code, notes, and snippets.

@julenka
Forked from ytkhs/send_intent.sh
Created May 23, 2014 17:50
Show Gist options
  • Save julenka/3fdd397d6ca4294f427e to your computer and use it in GitHub Desktop.
Save julenka/3fdd397d6ca4294f427e to your computer and use it in GitHub Desktop.
send intent script in shell
$ adb shell
#sample
am start -a android.intent.action.CALL -d tel://000-0000
am start -a android.intent.action.SEND -d "some message" -t text/plain
am start -a android.intent.action.VIEW -d geo:0,0?q=Tokyo
am start -n com.android.browser/.BrowserActivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment