From 57ecb14bafa0ff227fe19bf00f081c223f4a58df Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 31 Oct 2013 17:26:08 -0700 Subject: [PATCH] link fix to kick the build server Change-Id: I6318f884b56a7f378b8a6884344b4058f95bf117 --- docs/html/guide/topics/connectivity/nfc/hce.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/connectivity/nfc/hce.jd b/docs/html/guide/topics/connectivity/nfc/hce.jd index d9063f39ead3d..3e6468fb446ff 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}

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 +{@code <uses-feature>} 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.

Service implementation