summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dirk Dougherty <ddougherty@google.com> 2013-11-18 17:38:00 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2013-11-18 17:38:00 -0800
commit27927d5d55eb4bd9087bdeba7df1e98f280177bd (patch)
tree313faa1acf933a504d2a90e5152bfdcd7beb7f13
parentbdfa8a1ae0a4d10abd14cffb93f629803e469464 (diff)
parent08ee31a22421ed9dc144d89edc695322044d699c (diff)
am 08ee31a2: am ce3f3a8d: Merge "Add link to HCE dev guide." into klp-docs
* commit '08ee31a22421ed9dc144d89edc695322044d699c': Add link to HCE dev guide.
-rw-r--r--docs/html/about/versions/android-4.4.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/android-4.4.jd b/docs/html/about/versions/android-4.4.jd
index 42f257c01f3a..3de2acca7049 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
<p>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.</p>
-<p>For more information, read the <a href="">NFC Card Emulation</a> guide.</p>
+<p>For more information, read the <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html">NFC Card Emulation</a> guide.</p>
<h3 id="ReaderMode">NFC reader mode</h3>