Skip to content

Commit 412f90c

Browse files
author
Robert Ly
committed
docs: fix mistakes
Change-Id: Ie1d7acf45d7c0940c60039cc7beeb134ae950085
1 parent 1ff3921 commit 412f90c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/html/guide/topics/nfc/advanced-nfc.jd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ use the {@link android.nfc.Tag#getTechList getTechList()} method to determine th
3333
supported by the tag and create the corresponding {@link android.nfc.tech.TagTechnology}
3434
object with one of classes provided by {@link android.nfc.tech} </p>
3535

36-
37-
<table>
38-
3936
<p class="table-caption" id="table1">
4037
<strong>Table 1.</strong> Supported tag technologies</p>
4138
<table id="tech-table">
@@ -230,7 +227,7 @@ priority over other activities that handle the same intent. Using this system in
230227
<ol>
231228
<li>Add the following code in the <code>onCreate()</code> method of your activity:
232229

233-
<ol type="a">
230+
<ol>
234231
<li>Create a {@link android.app.PendingIntent} object so the Android system can populate it
235232
with the details of the tag when it is scanned.
236233
<pre>

docs/html/guide/topics/nfc/nfc.jd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ page.title=NFC Basics
1212
<li><a href="#dispatching">How NFC Tags are Dispatched to Applications</a></li>
1313
</ol>
1414
</li>
15+
<li><a href="#manifest">Requesting NFC Access in the Android Manifest</a></li>
1516
<li><a href="#filtering-intents">Filtering for Intents</a>
1617
<ol>
1718
<li><a href="#ndef-disc">ACTION_NDEF_DISCOVERED</a></li>

0 commit comments

Comments
 (0)