Can an Android NFC phone act as an NFC tag?

前端 未结 14 610
清歌不尽
清歌不尽 2020-12-12 12:17

From what I have understood so far, an NFC phone will act as an NFC reader which will read data from an NFC tag. Now my question is, can we switch this around? Can we make a

14条回答
  •  执笔经年
    2020-12-12 12:26

    Yes, take a look at NDEF Push in NFCManager - with Android 4 you can now even create the NDEFMessage to push to the active device at the time the interaction takes place.

提交回复
热议问题