Updating s.a.c. with the 2.3.3 CDD.

Change-Id: Ic60317f1d2492ac9314a95bc1f18fade42b5b24f
This commit is contained in:
Dan Morrill
2011-02-17 15:40:57 -08:00
parent 00c7197273
commit a3e835a459
5 changed files with 5593 additions and 12 deletions

View File

@@ -15,6 +15,5 @@ allowable by an Android 2.2-based system.</p>
<p>The value of <code>android.os.Build.VERSION.RELEASE</code> for Android 2.3 <p>The value of <code>android.os.Build.VERSION.RELEASE</code> for Android 2.3
MUST be one of the following strings:</p> MUST be one of the following strings:</p>
<ul> <ul>
<li>2.3</li> <li>2.3.3</li>
<li>2.3.1</li>
</ul> </ul>

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,7 @@ function nothing() {}
<ul> <ul>
<li><h2>Getting Started</h2><ul> <li><h2>Getting Started</h2><ul>
<li><a href="<?cs var:toroot ?>compatibility/overview.html">Compatibility Overview</a></li> <li><a href="<?cs var:toroot ?>compatibility/overview.html">Compatibility Overview</a></li>
<li><a href="<?cs var:toroot ?>compatibility/android-2.3-cdd.pdf">Current CDD</a></li> <li><a href="<?cs var:toroot ?>compatibility/android-2.3.3-cdd.pdf">Current CDD</a></li>
<li><a href="<?cs var:toroot ?>compatibility/cts-intro.html">CTS Introduction</a></li> <li><a href="<?cs var:toroot ?>compatibility/cts-intro.html">CTS Introduction</a></li>
<li><a href="<?cs var:toroot ?>compatibility/cts-development.html">CTS Development</a></li> <li><a href="<?cs var:toroot ?>compatibility/cts-development.html">CTS Development</a></li>
</ul></li> </ul></li>

View File

@@ -7,12 +7,10 @@ you to access the key documents and information.</p>
<h2>Android 2.3</h2> <h2>Android 2.3</h2>
<p>Android 2.3 is the release of the development milestone code-named <p>Android 2.3 is the release of the development milestone code-named
Gingerbread. Android 2.3 is the current version of Android. Source code for Gingerbread. Android 2.3 is the current version of Android. Source code for
Android 2.3 is found in the 'gingerbread' branch in the open-source tree. A Android 2.3 is found in the 'gingerbread' branch in the open-source tree.
CTS release for Android 2.3 has not yet been prepared, but one will be
available soon.
</p> </p>
<ul> <ul>
<li><a href="{@docRoot}compatibility/android-2.3-cdd.pdf">Android 2.3 Compatibility Definition Document (CDD)</a></li> <li><a href="{@docRoot}compatibility/android-2.3.3-cdd.pdf">Android 2.3.3 Compatibility Definition Document (CDD)</a></li>
<li><a href="http://dl.google.com/dl/android/cts/android-cts-2.3_r1-x86.zip">Android 2.3 R1 Compatibility Test Suite (CTS)</a></li> <li><a href="http://dl.google.com/dl/android/cts/android-cts-2.3_r1-x86.zip">Android 2.3 R1 Compatibility Test Suite (CTS)</a></li>
</ul> </ul>

View File

@@ -3,12 +3,12 @@ home=true
@jd:body @jd:body
<div style="float: right; width: 35%;"> <div style="float: right; width: 35%;">
<h3 style="padding-top: 0px;">News</h3> <h3 style="padding-top: 0px;">News</h3>
<p><b>Compatibility Definition for Android 2.3</b><br/> <p><b>Compatibility Definition for Android 2.3.3</b><br/>
The Compatibility Definition Document for Android 2.3 has been published. The Compatibility Definition Document for Android 2.3.3 has been published.
The 2.3 CDD allows device manufacturers to use the Android source code to ship Android 2.3 allows device manufacturers to use the Android source code to ship
a significantly wider variety of devices, including devices with extra-large a significantly wider variety of devices, including devices with extra-large
screens, such as tablets. A release of the Compatibility Test Suite is not screens, such as tablets. Android 2.3.3 adds enhanced Near-Field
yet available, but will be soon. For more information, <a Communications support to the Android APIs. For more information, <a
href="{@docRoot}compatibility/index.html">visit the Compatibility page.</a> href="{@docRoot}compatibility/index.html">visit the Compatibility page.</a>
</p> </p>
<p><b>Source Code Available for Android 2.3</b><br/> <p><b>Source Code Available for Android 2.3</b><br/>