• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2
3
4page.tags="CardEmulation"
5sample.group=Connectivity
6@jd:body
7
8<p>
9  This sample demonstrates how to emulate an NFC card, using the <a href=
10  "{@docRoot}guide/topics/connectivity/nfc/hce.html">Host Card Emulation</a>
11  feature added in Android 4.4. This sample makes the device appear as a
12  loyalty card whenever the screen is on and the user taps their device on an
13  appropriately configured NFC reader.
14</p>
15
16<p>
17  The <a href="{@docRoot}samples/CardReader/index.html">CardReader</a> sample
18  can be used to read the loyalty card implemented in this sample.
19</p>
20