summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-10-31 17:26:08 -0700
committerScott Main <smain@google.com>2013-10-31 17:26:08 -0700
commit57ecb14bafa0ff227fe19bf00f081c223f4a58df (patch)
tree93db114bcd6b3edd840c7f32adc50d6b546c7b87 /docs/html/guide
parentdcfc04cdce8d34d677bc14c6c69e76c7084712b0 (diff)
downloadframeworks_base-57ecb14bafa0ff227fe19bf00f081c223f4a58df.zip
frameworks_base-57ecb14bafa0ff227fe19bf00f081c223f4a58df.tar.gz
frameworks_base-57ecb14bafa0ff227fe19bf00f081c223f4a58df.tar.bz2
link fix to kick the build server
Change-Id: I6318f884b56a7f378b8a6884344b4058f95bf117
Diffstat (limited to 'docs/html/guide')
-rw-r--r--docs/html/guide/topics/connectivity/nfc/hce.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/connectivity/nfc/hce.jd b/docs/html/guide/topics/connectivity/nfc/hce.jd
index d9063f3..3e6468f 100644
--- a/docs/html/guide/topics/connectivity/nfc/hce.jd
+++ b/docs/html/guide/topics/connectivity/nfc/hce.jd
@@ -178,7 +178,7 @@ apps) and {@link android.nfc.cardemulation.CardEmulation#CATEGORY_OTHER}
<p>Your application can check whether a device supports HCE by checking for the
{@link android.content.pm.PackageManager#FEATURE_NFC_HOST_CARD_EMULATION} feature. You should use the
-{@code &lt;uses-feature>} tag in the manifest of your application to declare that your app
+<a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code &lt;uses-feature>}</a> tag in the manifest of your application to declare that your app
uses the HCE feature, and whether it is required for the app to function or not.</p>
<h3 id="ServiceImplementation">Service implementation</h3>