Skip to content

Instantly share code, notes, and snippets.

@scruffyfox
Created April 18, 2012 11:16
Show Gist options
  • Save scruffyfox/2412956 to your computer and use it in GitHub Desktop.
Save scruffyfox/2412956 to your computer and use it in GitHub Desktop.
Goto external URL
Intent webIntent = new Intent(Intent.ACTION_VIEW);
webIntent.setData(Uri.parse(URL));
startActivity(webIntent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment