Skip to content

Instantly share code, notes, and snippets.

@copyninja
Created September 26, 2010 14:56
Show Gist options
  • Save copyninja/597990 to your computer and use it in GitHub Desktop.
Save copyninja/597990 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="OauthTwitter" android:host="twitt"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment