Skip to content

Instantly share code, notes, and snippets.

@mlangenberg
Created September 28, 2011 08:39
Show Gist options
  • Save mlangenberg/1247382 to your computer and use it in GitHub Desktop.
Save mlangenberg/1247382 to your computer and use it in GitHub Desktop.
<intent-filter>
    <action android:name="android.nfc.action.NDEF_DISCOVERED" />
    <category android:name="android.intent.category.DEFAULT"/>
    <data android:scheme="vnd.android.nfc"
          android:host="ext"
          android:path="/example.com:demo" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment