diff --git a/docs/html/guide/topics/nfc/advanced-nfc.jd b/docs/html/guide/topics/nfc/advanced-nfc.jd index 2b414aaf5b410..b43b559678c7a 100644 --- a/docs/html/guide/topics/nfc/advanced-nfc.jd +++ b/docs/html/guide/topics/nfc/advanced-nfc.jd @@ -33,9 +33,6 @@ use the {@link android.nfc.Tag#getTechList getTechList()} method to determine th supported by the tag and create the corresponding {@link android.nfc.tech.TagTechnology} object with one of classes provided by {@link android.nfc.tech}

- - -

Table 1. Supported tag technologies

@@ -230,7 +227,7 @@ priority over other activities that handle the same intent. Using this system in
  1. Add the following code in the onCreate() method of your activity: -
      +
      1. Create a {@link android.app.PendingIntent} object so the Android system can populate it with the details of the tag when it is scanned.
        diff --git a/docs/html/guide/topics/nfc/nfc.jd b/docs/html/guide/topics/nfc/nfc.jd
        index 892e418478c76..175bc7cc02347 100644
        --- a/docs/html/guide/topics/nfc/nfc.jd
        +++ b/docs/html/guide/topics/nfc/nfc.jd
        @@ -12,6 +12,7 @@ page.title=NFC Basics
                 
      2. How NFC Tags are Dispatched to Applications
      +
    1. Requesting NFC Access in the Android Manifest
    2. Filtering for Intents
      1. ACTION_NDEF_DISCOVERED