Skip to content

Instantly share code, notes, and snippets.

@qrtt1
Created September 5, 2013 03:33
Show Gist options
  • Save qrtt1/6445753 to your computer and use it in GitHub Desktop.
Save qrtt1/6445753 to your computer and use it in GitHub Desktop.

Open Media Player

key point is type video/* (and your media player supports it)

adb shell am start -a android.intent.action.VIEW -t 'video/*' -d http://abc.example.com/foobar.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment