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

Commit bf441b39 authored by Mark Lu's avatar Mark Lu Committed by android-build-merger
Browse files

Merge \"docs: Fixed indentation for android:required attribute\" into nyc-dev

am: 831ea9e1

Change-Id: Idf228fe63fcfa75c20fd755dd2b6b75a6bf48eaa
parents 9d7d33a4 831ea9e1
Loading
Loading
Loading
Loading
+13 −15
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ page.tags=filtering,features,google play filters,permissions
    <p style="color:#669999;padding-top:1em;">Google Play Filtering</p>
    <p style="color:#669999;padding-top:1em;">Google Play Filtering</p>
    <p style="padding-top:1em;">Google Play uses the <code>&lt;uses-feature&gt;</code>
    <p style="padding-top:1em;">Google Play uses the <code>&lt;uses-feature&gt;</code>
    elements declared in your app manifest to filter your app from devices
    elements declared in your app manifest to filter your app from devices
    that do not meet it's hardware and software feature requirements. </p>
    that do not meet its hardware and software feature requirements. </p>


<p style="margin-top:1em;">By specifying the features that your application requires,
<p style="margin-top:1em;">By specifying the features that your application requires,
you enable Google Play to present your application only to users whose
you enable Google Play to present your application only to users whose
@@ -150,8 +150,6 @@ device compatibility.</p>
  <dd>
  <dd>
    Boolean value that indicates whether the application requires the feature
    Boolean value that indicates whether the application requires the feature
    specified in <code>android:name</code>.
    specified in <code>android:name</code>.
  </dd>
</dl>
    <ul>
    <ul>
    <li>When you declare <code>android:required="true"</code> for a feature,
    <li>When you declare <code>android:required="true"</code> for a feature,
    you are specifying that the application <em>cannot function, or is not
    you are specifying that the application <em>cannot function, or is not