diff options
| author | 2013-02-27 18:54:18 -0800 | |
|---|---|---|
| committer | 2013-02-27 18:54:18 -0800 | |
| commit | f19dd2b50ee64be29e034f2d5ca29ab5117ba27e (patch) | |
| tree | 4e8fb8f1f88e9b020bb37a53e4b6874b2fa44f2a | |
| parent | dc9e84bdab03af490e457093d33a329de2a49638 (diff) | |
| parent | 1c7b442aae47d34176f832a1c45393b9f7e42631 (diff) | |
am 1c7b442a: Merge "Doc change: update \'multiple apks\' criteria in filters doc." into jb-mr1-dev
* commit '1c7b442aae47d34176f832a1c45393b9f7e42631':
Doc change: update 'multiple apks' criteria in filters doc.
| -rw-r--r-- | docs/html/google/play/filters.jd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/html/google/play/filters.jd b/docs/html/google/play/filters.jd index b2d780e9d1e0..6ab223c0e82b 100644 --- a/docs/html/google/play/filters.jd +++ b/docs/html/google/play/filters.jd @@ -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 <uses-sdk>}</a> element.</p> </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> -<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, 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> |