Skip to content

Instantly share code, notes, and snippets.

@enginegl
Created January 25, 2016 22:06
Show Gist options
  • Save enginegl/fba36f35d147debcc65b to your computer and use it in GitHub Desktop.
Save enginegl/fba36f35d147debcc65b to your computer and use it in GitHub Desktop.
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(videoUrl));
intent.setDataAndType(Uri.parse(videoUrl), "video/*");
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment