Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created August 16, 2011 09:33
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ytkhs/1148734 to your computer and use it in GitHub Desktop.
Save ytkhs/1148734 to your computer and use it in GitHub Desktop.
Send Intent to emulator or real device from adb 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