Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 412f90c9 authored by Robert Ly's avatar Robert Ly
Browse files

docs: fix mistakes

Change-Id: Ie1d7acf45d7c0940c60039cc7beeb134ae950085
parent 1ff39212
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -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}
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>
object with one of classes provided by {@link android.nfc.tech} </p>



<table>

<p class="table-caption" id="table1">
<p class="table-caption" id="table1">
<strong>Table 1.</strong> Supported tag technologies</p>
<strong>Table 1.</strong> Supported tag technologies</p>
<table id="tech-table">
<table id="tech-table">
@@ -230,7 +227,7 @@ priority over other activities that handle the same intent. Using this system in
  <ol>
  <ol>
    <li>Add the following code in the <code>onCreate()</code> method of your activity:
    <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
        <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.
        with the details of the tag when it is scanned.
          <pre>
          <pre>
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@ page.title=NFC Basics
        <li><a href="#dispatching">How NFC Tags are Dispatched to Applications</a></li>
        <li><a href="#dispatching">How NFC Tags are Dispatched to Applications</a></li>
      </ol>
      </ol>
    </li>
    </li>
    <li><a href="#manifest">Requesting NFC Access in the Android Manifest</a></li>
    <li><a href="#filtering-intents">Filtering for Intents</a>
    <li><a href="#filtering-intents">Filtering for Intents</a>
      <ol>
      <ol>
        <li><a href="#ndef-disc">ACTION_NDEF_DISCOVERED</a></li>
        <li><a href="#ndef-disc">ACTION_NDEF_DISCOVERED</a></li>