Skip to content

Instantly share code, notes, and snippets.

@gipi
Created October 6, 2011 12:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save gipi/1267311 to your computer and use it in GitHub Desktop.
To launch a web page in a browser from an activity
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
startActivity(browserIntent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment