Files
android_development/samples/browseable/CardEmulation/_index.jd
Dirk Dougherty 7cd4524c3b Update summary descriptions for new samples.
Change-Id: Icf39a554cb6a91d4ba9e8d76c3f40dae3ace60ac
2014-02-07 20:39:47 -08:00

20 lines
570 B
Plaintext

page.tags="CardEmulation"
sample.group=Connectivity
@jd:body
<p>
This sample demonstrates how to emulate an NFC card, using the <a href=
"{@docRoot}guide/topics/connectivity/nfc/hce.html">Host Card Emulation</a>
feature added in Android 4.4. This sample makes the device appear as a
loyalty card whenever the screen is on and the user taps their device on an
appropriately configured NFC reader.
</p>
<p>
The <a href="{@docRoot}samples/CardReader/index.html">CardReader</a> sample
can be used to read the loyalty card implemented in this sample.
</p>