From c058d8686cce16e3092da7d5f45f2c6d196986e2 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Sun, 24 Mar 2013 12:53:13 +0100 Subject: [PATCH] Added missing brace. Fixed typo in documentation, that breaks layout and linking in NFC documentation. Change-Id: I1457b11a432311741e905a6dba3a2bb2356a2fb4 Signed-off-by: Tim Roes --- docs/html/guide/topics/connectivity/nfc/nfc.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/connectivity/nfc/nfc.jd b/docs/html/guide/topics/connectivity/nfc/nfc.jd index 5011872760a96..19ce4d7f60086 100644 --- a/docs/html/guide/topics/connectivity/nfc/nfc.jd +++ b/docs/html/guide/topics/connectivity/nfc/nfc.jd @@ -477,7 +477,7 @@ tag from the intent. Intents can contain the following extras depending on the t
  • {@link android.nfc.NfcAdapter#EXTRA_TAG} (required): A {@link android.nfc.Tag} object representing the scanned tag.
  • {@link android.nfc.NfcAdapter#EXTRA_NDEF_MESSAGES} (optional): An array of NDEF messages -parsed from the tag. This extra is mandatory on {@link android.nfc.NfcAdapter#ACTION_NDEF_DISCOVERED +parsed from the tag. This extra is mandatory on {@link android.nfc.NfcAdapter#ACTION_NDEF_DISCOVERED} intents.
  • {@link android.nfc.NfcAdapter#EXTRA_ID} (optional): The low-level ID of the tag.