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

Commit ac6a76d2 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am f19dd2b5: am 1c7b442a: Merge "Doc change: update \'multiple apks\' criteria...

am f19dd2b5: am 1c7b442a: Merge "Doc change: update \'multiple apks\' criteria in filters doc." into jb-mr1-dev

* commit 'f19dd2b5':
  Doc change: update 'multiple apks' criteria in filters doc.
parents 65b7d5a4 f19dd2b5
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -434,9 +434,13 @@ href="{@docRoot}guide/topics/manifest/compatible-screens-element.html">{@code
    <p>By using the <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">{@code
    <p>By using the <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">{@code
&lt;uses-sdk&gt;}</a> element.</p>
&lt;uses-sdk&gt;}</a> element.</p>
  </li>
  </li>
  <li>CPU Architecture (ABI)
    <p>By including native libraries built with the <a href="{@docRoot}tools/sdk/ndk/index.html">Android
    NDK</a> that target a specific CPU architecture (ARM EABI v7 or x86, for example).</p>
  </li>
</ul>
</ul>


<p>All other filters still work the same as usual, but these three are the only filters that can
<p>All other filters still work the same as usual, but these four are the only filters that can
distinguish one APK from another within the same application listing on Google Play. For example,
distinguish one APK from another within the same application listing on Google Play. For example,
you <em>cannot</em> publish multiple APKs for the same application if the APKs differ only based on
you <em>cannot</em> publish multiple APKs for the same application if the APKs differ only based on
whether the device has a camera.</p>
whether the device has a camera.</p>