summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-01-15 21:03:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-01-15 21:03:54 +0000
commitbab2235ae89e37452e9be8a8b6d2581fe59e0162 (patch)
tree02138f8ee2779eaa853588a4970f6399b2dedc2b /docs/html
parent31573d45933886237dd6414978486b79a4dd4f9f (diff)
parent980edc3ca162fd95665b076b67128a43f77f87cf (diff)
downloadframeworks_base-bab2235ae89e37452e9be8a8b6d2581fe59e0162.zip
frameworks_base-bab2235ae89e37452e9be8a8b6d2581fe59e0162.tar.gz
frameworks_base-bab2235ae89e37452e9be8a8b6d2581fe59e0162.tar.bz2
Merge "docs: Aded uses-feature to multiple Google Play APK Filtering. Bug: 12271954" into klp-docs
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/google/play/publishing/multiple-apks.jd12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/html/google/play/publishing/multiple-apks.jd b/docs/html/google/play/publishing/multiple-apks.jd
index 3c7ed0f..ab08e6f 100644
--- a/docs/html/google/play/publishing/multiple-apks.jd
+++ b/docs/html/google/play/publishing/multiple-apks.jd
@@ -82,6 +82,7 @@ APK. </p>
<ul>
<li>Support different OpenGL texture compression formats with each APK.</li>
<li>Support different screen sizes and densities with each APK.</li>
+ <li>Support different device feature sets with each APK.</li>
<li>Support different platform versions with each APK.</li>
<li>Support different CPU architectures with each APK (such as for ARM, x86, and MIPS, when your
app uses the <a href="{@docRoot}tools/sdk/ndk/index.html">Android NDK</a>).</li>
@@ -248,6 +249,17 @@ If you can't avoid using both, be aware that for any conflicts in agreement betw
<br/>
</li>
+ <li><strong>Device feature sets</strong>
+ <p>This is based on your manifest file's <a
+href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code &lt;uses-feature&gt;}</a>
+element(s).</p>
+ <p>For example, you can provide one APK for devices that support multitouch and another
+APK for devices that do not support multitouch. See
+<a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#features-reference">Features
+Reference</a> for a list of features supported by the platform.</p>
+ <br/>
+ </li>
+
<li><strong>API level</strong>
<p>This is based on your manifest file's <a
href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">{@code &lt;uses-sdk&gt;}</a> element.