Skip to content

Instantly share code, notes, and snippets.

@roolo
Created December 18, 2015 14:08
Show Gist options
  • Save roolo/62a070578abb5e0001f8 to your computer and use it in GitHub Desktop.
Save roolo/62a070578abb5e0001f8 to your computer and use it in GitHub Desktop.
browserIntent = Android::Content::Intent.new Android::Content::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