From 241a327afec33a1b7a6aa030dcdd73c6ed44ff73 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 15 Nov 2013 21:32:50 -0800 Subject: [PATCH] Add link to HCE dev guide. Change-Id: I452a59ff81d0e0e34cb6802acfc539fa1219bd68 --- docs/html/about/versions/android-4.4.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/about/versions/android-4.4.jd b/docs/html/about/versions/android-4.4.jd index 42f257c01f3a9..3de2acca7049e 100644 --- a/docs/html/about/versions/android-4.4.jd +++ b/docs/html/about/versions/android-4.4.jd @@ -244,7 +244,7 @@ href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code targe

If you want to emulate an NFC card that is using these protocols in your app, create a service component based on the {@link android.nfc.cardemulation.HostApduService} class. Whereas if your app instead uses a secure element for card emulation, you need to create a service based on the {@link android.nfc.cardemulation.OffHostApduService} class, which will not directly be involved in the transactions but is necessary to register the AIDs that should be handled by the secure element.

-

For more information, read the NFC Card Emulation guide.

+

For more information, read the NFC Card Emulation guide.

NFC reader mode