summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/appendix/api-levels.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2009-11-18 23:06:16 -0800
committerDirk Dougherty <ddougherty@google.com>2009-11-23 13:23:46 -0800
commitbca9f1bbb31cf05ba17af049a5ea37f57981f00e (patch)
treefb6ee0185759c2290e02862d4eb2250b531d7dc7 /docs/html/guide/appendix/api-levels.jd
parent0d631b9b58db54bee58da717b38b8020bc3d0437 (diff)
downloadframeworks_base-bca9f1bbb31cf05ba17af049a5ea37f57981f00e.zip
frameworks_base-bca9f1bbb31cf05ba17af049a5ea37f57981f00e.tar.gz
frameworks_base-bca9f1bbb31cf05ba17af049a5ea37f57981f00e.tar.bz2
sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.
Bug: 2160782 Change-Id: Ia576dc9b2312d89bbe194d94640c3cc79216067b
Diffstat (limited to 'docs/html/guide/appendix/api-levels.jd')
-rw-r--r--docs/html/guide/appendix/api-levels.jd3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/guide/appendix/api-levels.jd b/docs/html/guide/appendix/api-levels.jd
index cebd2d4..5487487 100644
--- a/docs/html/guide/appendix/api-levels.jd
+++ b/docs/html/guide/appendix/api-levels.jd
@@ -83,6 +83,7 @@ Android platform.</p>
<table>
<tr><th>Platform Version</th><th>API Level</th></tr>
+ <tr><td>Android 2.0.1</td><td>6</td></tr>
<tr><td>Android 2.0</td><td>5</td></tr>
<tr><td>Android 1.6</td><td>4</td></tr>
<tr><td>Android 1.5</td><td>3</td></tr>
@@ -111,7 +112,7 @@ the Android system itself. </p>
<p>Applications can use a manifest element provided by the framework API &mdash;
<code>&lt;uses-sdk&gt;</code> &mdash; to describe the minimum and maximum API
Levels under which they are able to run, as well as the preferred API Level that
-they are designed to support. The element offers two key attributes:</p>
+they are designed to support. The element offers three key attributes:</p>
<ul>
<li><code>android:minSdkVersion</code> &mdash; Specifies the minimum API Level