Not sure about NFC errors with techlist

30 Views Asked by At

I would like to ask what is the problem for this part when i am creating with nfc_tech_filter.xml

This is my code

    Can't determine type for tag '<tech-list>
        <tech>android.nfc.tech.Ndef</tech>
        <tech>android.nfc.tech.MifareUltralight</tech>
        <tech>android.nfc.tech.NdefFormatable</tech>
    </tech-list>'
    <?xml version="1.0" encoding="utf-8"?>
    <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
        <tech-list>
            <tech>android.nfc.tech.Ndef</tech>
            <tech>android.nfc.tech.MifareUltralight</tech>
            <tech>android.nfc.tech.NdefFormatable</tech>
        </tech-list>

    ``</resources>
0

There are 0 best solutions below