Skip to content

Instantly share code, notes, and snippets.

@NLKNguyen
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save NLKNguyen/07e70505ed6042cc76b3 to your computer and use it in GitHub Desktop.

Select an option

Save NLKNguyen/07e70505ed6042cc76b3 to your computer and use it in GitHub Desktop.
Android/Java snippet
Intent openBrowserIntent = new Intent(Intent.ACTION_VIEW);
openBrowserIntent.setData(Uri.parse("http://google.com"));
startActivity(openBrowserIntent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment