summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-09-11 12:19:28 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-09-11 12:19:28 -0400
commit7350ff3d572624abb5a46c3c4969e0b91cb05109 (patch)
tree58768efb6932463fb5e38adc7bc0750ccc6d4927 /docs/html/sdk
parent18dd1eeb23a700ba37604d521d7eab8a371f9dc5 (diff)
parent4c8a16a43905e92dd24ee0d9860d20d270d77977 (diff)
downloadframeworks_base-7350ff3d572624abb5a46c3c4969e0b91cb05109.zip
frameworks_base-7350ff3d572624abb5a46c3c4969e0b91cb05109.tar.gz
frameworks_base-7350ff3d572624abb5a46c3c4969e0b91cb05109.tar.bz2
Merge change 24631 into donut
* changes: Minor changes to api levels doc and upgrading doc. Change Linux "tested on" to Hardy Heron.
Diffstat (limited to 'docs/html/sdk')
-rw-r--r--docs/html/sdk/1.6_r1/requirements.jd2
-rw-r--r--docs/html/sdk/1.6_r1/upgrading.jd4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/sdk/1.6_r1/requirements.jd b/docs/html/sdk/1.6_r1/requirements.jd
index 781ee32..8e698fa 100644
--- a/docs/html/sdk/1.6_r1/requirements.jd
+++ b/docs/html/sdk/1.6_r1/requirements.jd
@@ -11,7 +11,7 @@ Android applications using the Android SDK tools included in Android
<ul>
<li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Dapper Drake)</li>
+ <li>Linux (tested on Linux Ubuntu Hardy Heron)</li>
</ul>
<h3>Supported Development Environments</h3>
diff --git a/docs/html/sdk/1.6_r1/upgrading.jd b/docs/html/sdk/1.6_r1/upgrading.jd
index 2f9cc73..ebe6a95 100644
--- a/docs/html/sdk/1.6_r1/upgrading.jd
+++ b/docs/html/sdk/1.6_r1/upgrading.jd
@@ -219,7 +219,7 @@ hardware capabilities. If you find dependencies, you can design around them by
building in alternate support or graceful degradation, or you can specify them
as hardware requirements in a
<a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><code>&lt;uses-configuration&gt;</code>.</a>
-element in the application's manifest file. Also see the <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><code>&lt;uses-feature&gt;</code>
+element in the application's manifest file. Also see the <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><code>&lt;uses-feature&gt;</code></a>
manifest element, which lets your application declare a requirement for
specific features, such as an OpenGL ES version or a camera that has
autofocus capability.
@@ -258,7 +258,7 @@ AVDs that emulate different screen resolutions and densities. Also note that,
starting with Android 1.6, the platform provides a Compatibility Mode that
automatically scales the UI of applications if they do not explicitly indicate
support for the current screen in the
-<a href="{@docRoot}guide/topics/manifest/supports-screen-element.html"><code>&lt;supports-screen&gt;</code>
+<a href="{@docRoot}guide/topics/manifest/supports-screen-element.html"><code>&lt;supports-screen&gt;</code></a>
element in their manifest files. As part of testing, you should evaluate how
your application is displayed in Compatibility Mode on different screens. </p>
</li>