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>