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

Commit 04c0d1d7 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Fixed name of uses-permission-sdk-23

Docs had incorrectly said the element was named
<uses-permission-sdk23> (missing a hyphen in sdk-23). Fixing all
references to that element, and renaming the reference page
accordingly. A separate CL sets up a redirect from the old page
name to the new one.

See first comment for doc stage location.

Change-Id: I6e675e03f87851d36465a8fdf3de730de524c4a8
bug: 25346975
parent 07aa83c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@
      <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
      <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></li>
      <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></li>
      <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-sdk23-element.html">&lt;uses-permission-sdk23&gt;</a></li>
      <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-sdk-23-element.html">&lt;uses-permission-sdk-23&gt;</a></li>
      <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk&gt;</a></li>
    </ul>
  </li><!-- end of the manifest file -->
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ parent.link=manifest-intro.html
<br/><code><a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration&gt;</a></code>  <!-- ##api level 3## -->
<br/><code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></code>
<br/><code><a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></code>
<br/><code><a href="{@docRoot}guide/topics/manifest/uses-permission-sdk23-element.html">&lt;uses-permission-sdk23&gt;</a></code>
<br/><code><a href="{@docRoot}guide/topics/manifest/uses-permission-sdk-23-element.html">&lt;uses-permission-sdk-23&gt;</a></code>
<br/><code><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk&gt;</a></code></dd>

<p>
+2 −2
Original line number Diff line number Diff line
@@ -97,8 +97,8 @@ permission is needed only up to API level 18 with a declaration such as this:
<dd>
<ul>
  <li><code><a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></code></li>
  <li><a href="uses-permission-sdk23-element.html"
      ><code>&lt;uses-permission-sdk23&gt;</code></a></li>
  <li><a href="uses-permission-sdk-23-element.html"
      ><code>&lt;uses-permission-sdk-23&gt;</code></a></li>
  <li><code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></code></li>
</ul>
</dd>
+4 −4
Original line number Diff line number Diff line
page.title=&lt;uses-permission-sdk23&gt;
page.tags="uses-permission-sdk23","permissions"
page.title=&lt;uses-permission-sdk-23&gt;
page.tags="uses-permission-sdk-23","permissions","uses-permission-sdk23"
parent.title=The AndroidManifest.xml File
parent.link=manifest-intro.html
@jd:body
@@ -7,7 +7,7 @@ parent.link=manifest-intro.html
<dl class="xml">

<dt>syntax:</dt>
<dd><pre class="stx">&lt;uses-permission-sdk23 android:<a href="#nm">name</a>="<i>string</i>"
<dd><pre class="stx">&lt;uses-permission-sdk-23 android:<a href="#nm">name</a>="<i>string</i>"
        android:<a href="#maxSdk">maxSdkVersion</a>="<i>integer</i>" /&gt;</pre></dd>

<dt>Contained in:</dt>
@@ -31,7 +31,7 @@ parent.link=manifest-intro.html
  update. If a new feature is minor enough, you may prefer to disable
  the feature altogether on those devices, so the user does not have to grant
  additional permissions to update the app. By using the
  <code>&lt;uses-permission-sdk23&gt;</code> element instead of <a href=
  <code>&lt;uses-permission-sdk-23&gt;</code> element instead of <a href=
  "uses-permission-element.html"><code>&lt;uses-permission&gt;</code></a>,
  you can request the permission <em>only</em> if the app is running on
  platforms that support the runtime permissions model, in which the user