diff options
author | Scott Main <smain@google.com> | 2013-11-07 05:19:10 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-07 05:19:10 +0000 |
commit | fb453df556cea8dafe7b2856cd2b5fc8fe10e372 (patch) | |
tree | 33ceae9d0d69d9b0bae03fa51d44d34fb65f9393 /docs/html | |
parent | 374d9a6e79234d40df88d0c985bdd9ef7808c7a7 (diff) | |
parent | 57ecb14bafa0ff227fe19bf00f081c223f4a58df (diff) | |
download | frameworks_base-fb453df556cea8dafe7b2856cd2b5fc8fe10e372.zip frameworks_base-fb453df556cea8dafe7b2856cd2b5fc8fe10e372.tar.gz frameworks_base-fb453df556cea8dafe7b2856cd2b5fc8fe10e372.tar.bz2 |
am 57ecb14b: link fix to kick the build server
* commit '57ecb14bafa0ff227fe19bf00f081c223f4a58df':
link fix to kick the build server
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/topics/connectivity/nfc/hce.jd | 2 |
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 <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 <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> |