summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/nfc
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-10-18 11:18:04 -0700
committerRobert Ly <robertly@google.com>2011-10-18 11:18:04 -0700
commit412f90c95308110ab58f80cf6cf3513fe3fb4279 (patch)
tree75bd3e42cd85438f4407afb7310c35d2c9e6bf2b /docs/html/guide/topics/nfc
parent1ff392128dfb802fe58e90ba23ed6138b1cd1a64 (diff)
downloadframeworks_base-412f90c95308110ab58f80cf6cf3513fe3fb4279.zip
frameworks_base-412f90c95308110ab58f80cf6cf3513fe3fb4279.tar.gz
frameworks_base-412f90c95308110ab58f80cf6cf3513fe3fb4279.tar.bz2
docs: fix mistakes
Change-Id: Ie1d7acf45d7c0940c60039cc7beeb134ae950085
Diffstat (limited to 'docs/html/guide/topics/nfc')
-rw-r--r--docs/html/guide/topics/nfc/advanced-nfc.jd5
-rw-r--r--docs/html/guide/topics/nfc/nfc.jd1
2 files changed, 2 insertions, 4 deletions
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} </p>
-
-<table>
-
<p class="table-caption" id="table1">
<strong>Table 1.</strong> Supported tag technologies</p>
<table id="tech-table">
@@ -230,7 +227,7 @@ priority over other activities that handle the same intent. Using this system in
<ol>
<li>Add the following code in the <code>onCreate()</code> method of your activity:
- <ol type="a">
+ <ol>
<li>Create a {@link android.app.PendingIntent} object so the Android system can populate it
with the details of the tag when it is scanned.
<pre>
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
<li><a href="#dispatching">How NFC Tags are Dispatched to Applications</a></li>
</ol>
</li>
+ <li><a href="#manifest">Requesting NFC Access in the Android Manifest</a></li>
<li><a href="#filtering-intents">Filtering for Intents</a>
<ol>
<li><a href="#ndef-disc">ACTION_NDEF_DISCOVERED</a></li>