From 412f90c95308110ab58f80cf6cf3513fe3fb4279 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Tue, 18 Oct 2011 11:18:04 -0700 Subject: docs: fix mistakes Change-Id: Ie1d7acf45d7c0940c60039cc7beeb134ae950085 --- docs/html/guide/topics/nfc/advanced-nfc.jd | 5 +---- docs/html/guide/topics/nfc/nfc.jd | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/html/guide/topics/nfc') diff --git a/docs/html/guide/topics/nfc/advanced-nfc.jd b/docs/html/guide/topics/nfc/advanced-nfc.jd index 2b414aa..b43b559 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 892e418..175bc7c 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
      2. -- cgit v1.1