Update to the new APIs for tech dispatch.

Change-Id: I13f3d9a9ec04af6a230fca99c0303f0328a2a14a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5ec59fe..ecc63e3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -62,10 +62,12 @@
             <!-- Offer to display anything with NDEF data -->
             <intent-filter>
                 <action android:name="android.nfc.action.TECH_DISCOVERED"/>
-                <data android:scheme="vnd.android.nfc" android:host="tag" android:pathPattern=".*\/6\/.*" />
-                <category android:name="android.intent.category.DEFAULT"/>
             </intent-filter>
 
+            <meta-data android:name="android.nfc.action.TECH_DISCOVERED"
+                android:resource="@xml/filter_nfc"
+            />
+
             <intent-filter>
                 <action android:name="android.intent.action.VIEW"/>
                 <data android:mimeType="vnd.android.cursor.item/ndef_msg"/>