Files
android_development/samples/browseable/CardReader/_index.jd
Alexander Lucas 0b3758ea4e Adding new samples to browseable section of DAC
Change-Id: I58e10e787f5df668331fc04e97a6c2efcd75f76f
2014-02-07 13:17:23 -08:00

18 lines
561 B
Plaintext

page.tags="CardReader"
sample.group=Connectivity
@jd:body
<p>
This sample demonstrates how to implement a low-level NFC card reader, for reading cards
that do not contain NDEF or Android Beam data. This sample is designed to read the virtual
loyalty card implemented in the "CardEmulation" sample.\n\n
In particular, this sample demonstrates how to disable Android Beam, select which AIDs the
reader is interested, and establish communication with the card
</p>