Home | History | Annotate | Download | only in CardReader
      1 
      2 
      3 
      4 page.tags="CardReader"
      5 sample.group=Connectivity
      6 @jd:body
      7 
      8 <p>
      9   This sample demonstrates how to implement a low-level NFC card reader, for
     10   reading cards that do not contain NDEF or Android Beam data. This sample is
     11   designed to read the virtual loyalty card implemented in the <a href=
     12   "{@docRoot}samples/CardEmulation/index.html">CardEmulation</a> sample.
     13 </p>
     14 
     15 <p>
     16   In particular, this sample demonstrates how to disable Android Beam, select
     17   which AIDs the reader is interested in, and establish communication with the
     18   card. See <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html">Host-based
     19   Card Emulation</a> for more information on the HCE APIs.
     20 </p>
     21