File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
docs/html/guide/topics/nfc Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ use the {@link android.nfc.Tag#getTechList getTechList()} method to determine th
3333supported by the tag and create the corresponding {@link android.nfc.tech.TagTechnology}
3434object 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments