summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-05-17 17:09:41 -0700
committerDirk Dougherty <ddougherty@google.com>2010-05-17 17:09:41 -0700
commit6750bb7f838b15ef25544d7aa66b17119fcd7227 (patch)
tree5937cdf88642f45c82a9b3aed88fc49cf281d464 /docs
parent6bb6348f2a542b05b9945f28566fb876cf6aee2e (diff)
downloadframeworks_base-6750bb7f838b15ef25544d7aa66b17119fcd7227.zip
frameworks_base-6750bb7f838b15ef25544d7aa66b17119fcd7227.tar.gz
frameworks_base-6750bb7f838b15ef25544d7aa66b17119fcd7227.tar.bz2
Doc change: add link to source.android.com
Change-Id: Ia15c621ddf9ab380d7d2dcf3d8c92d527e6a69f0
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/practices/compatibility.jd13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/html/guide/practices/compatibility.jd b/docs/html/guide/practices/compatibility.jd
index 4e4ec8d..c91ab7f 100644
--- a/docs/html/guide/practices/compatibility.jd
+++ b/docs/html/guide/practices/compatibility.jd
@@ -47,7 +47,10 @@ make sure they reach the right audience.</p>
<h3 id="defined">What does “Compatibility” mean?</h3>
<p>A device is “Android compatible” if it can correctly run apps written for the
-<em>Android execution environment</em>.</p>
+<em>Android execution environment</em>. The exact details of the Android execution
+environment</em> are defined by the Android Compatibility Definition Document,
+but the single most important characteristic of a compatible device is the
+ability to install and correctly run an Android <code>.apk</code> file.</p>
<p>There is exactly one Android API for each <a
href="{@docRoot}guide/appendix/api-levels.html">API level</a>, and it’s the same
@@ -219,6 +222,10 @@ microphones.</li>
ones, we will always take steps to protect existing applications so that they
don’t end up being available to devices where they won’t work.</p>
+<p>This is implemented, in part, using the <code>aapt</code> tool in the SDK.
+To see which features your app explicitly requires or is implicitly assumed to
+require, you can use the command <code>aapt dump badging</code>.</p>
+
<h3 id="conclusion">Conclusion</h3>
<p>The goal of Android is to create a huge installed base for developers to take
@@ -231,5 +238,9 @@ you just read, and the resources listed in the sidebar of this document, you
can publish your app with the confidence that only users who can run it will
see it.</p>
+<p>For more information about Android device compatibility, please visit:</p>
+
+<p style="margin-left:2em;"><a href="http://source.android.com/compatibility/index.html">http://source.android.com/compatibility/index.html</a></p>
+
\ No newline at end of file