Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
CardReader / res / xml /

nfc_tech_filter.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
        <!-- This file is used as part of the filter for incoming NFC TECH_DISCOVERED intents. -->
       
       
        3
       
       
        <resources xmlns:android="http://schemas.android.com/apk/res/android">
       
       
        4
       
       
        <!-- Android's host card emulation feature only supports the IsoDep protocol. -->
       
       
        5
       
       
        <tech-list>
       
       
        6
       
       
        <tech>android.nfc.tech.IsoDep</tech>
       
       
        7
       
       
        </tech-list>
       
       
        8
       
       
        </resources>