Skip to content

Instantly share code, notes, and snippets.

@lenamuit
Created June 21, 2014 02:40
Show Gist options
  • Save lenamuit/766b346f4d7eeb43263d to your computer and use it in GitHub Desktop.
Save lenamuit/766b346f4d7eeb43263d to your computer and use it in GitHub Desktop.
Intent-filter for Browser
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="http"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment