Skip to content

Instantly share code, notes, and snippets.

@dallarosa
Created February 4, 2012 05:56
Show Gist options
  • Save dallarosa/1735716 to your computer and use it in GitHub Desktop.
Save dallarosa/1735716 to your computer and use it in GitHub Desktop.
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="letstalktech.org" android:pathPrefix="public/article.php"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment