Skip to content

Instantly share code, notes, and snippets.

@maripo
Created May 8, 2012 06:47
Show Gist options
  • Save maripo/2633103 to your computer and use it in GitHub Desktop.
Save maripo/2633103 to your computer and use it in GitHub Desktop.
Add NFC tech list to intent filter
<meta-data android:name="android.nfc.action.TECH_DISCOVERED"
android:resource="@xml/nfc_tech_list" />
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<tech-list>
<tech>android.nfc.tech.IsoDep</tech>
<tech>android.nfc.tech.MifareClassic</tech>
<tech>android.nfc.tech.MifareUltralight</tech>
<tech>android.nfc.tech.Ndef</tech>
<tech>android.nfc.tech.NdefFormatable</tech>
<tech>android.nfc.tech.NfcA</tech>
<tech>android.nfc.tech.NfcB</tech>
<tech>android.nfc.tech.NfcF</tech>
<tech>android.nfc.tech.NfcV</tech>
</tech-list>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment