Home | History | Annotate | Download | only in nfc

Lines Matching full:externaltype

627     NdefRecord.TNF_EXTERNAL_TYPE, "example.com:externalType", new byte[0], payload);
637 android:pathPrefix="/example.com:externalType"/>
647 <code>urn:nfc:ext:example.com:externalType</code>, however the NFC Forum RTD specification
650 and type (<code>externalType</code> in the example) separated by a colon.
651 When dispatching TNF_EXTERNAL_TYPE, Android converts the <code>urn:nfc:ext:example.com:externalType</code> URN to a
652 <code>vnd.android.nfc://ext/example.com:externalType</code> URI, which is what the intent filter in the example