diff options
| author | Joe Fernandez <joefernandez@google.com> | 2013-10-30 16:13:11 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-10-30 16:13:12 +0000 |
| commit | 91de4125be2734a0f138ae3177667c30f600e39d (patch) | |
| tree | dc1dd306a2d7342627704dd0ef075de90867d1e0 /docs/html/tools | |
| parent | 1861284013a2e2d5fd177c1ef66744afd03c3abd (diff) | |
| parent | 24a18f432c0d61e537a40d6ebd20491be9332dee (diff) | |
| download | frameworks_base-91de4125be2734a0f138ae3177667c30f600e39d.zip frameworks_base-91de4125be2734a0f138ae3177667c30f600e39d.tar.gz frameworks_base-91de4125be2734a0f138ae3177667c30f600e39d.tar.bz2 | |
Merge "docs: Android 4.4 platform version release notes" into klp-dev
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/revisions/platforms.jd | 49 |
1 files changed, 45 insertions, 4 deletions
diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index 02216de..f219784 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -50,13 +50,54 @@ components will not be available for download.</p> -<h2 id="4.3">Android 4.3</h2> +<h2 id="4.4">Android 4.4</h2> <div class="toggle-content opened"> <p><a href="#" onclick="return toggleContent(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" +class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2013)</em> + </p> + + <div class="toggle-content-toggleme"> + + <p>Initial release. The system version is 4.4.</p> + <dl> + <dt>Dependencies:</dt> + <dd>Android SDK Platform-tools r19 or higher is required.</dd> + <dd>Android SDK Tools 22.3 or higher is recommended.</dd> + </dl> + + </div> +</div> + +<h3 id="gsi-4.4">Google APIs System Image</h3> + +<div class="toggle-content opened"> + <p><a href="#" onclick="return toggleContent(this)"> + <img src="{@docRoot}assets/images/triangle-opened.png" +class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2013)</em> + </p> + + <div class="toggle-content-toggleme"> + + <p>Initial release. This release includes + <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 4.0.30, + allowing you to test your application in an emulator using the latest Google Play services.</p> + + </div> +</div> + + + +<h2 id="4.3">Android 4.3</h2> + + +<div class="toggle-content closed"> + + <p><a href="#" onclick="return toggleContent(this)"> + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt="" />Revision 2</a> <em>(August 2013)</em> </p> @@ -91,11 +132,11 @@ class="toggle-content-img" alt="" />Revision 1</a> <em>(July 2013)</em> </div> </div> -<h3 id="">Google APIs System Image</h3> +<h3 id="gsi-4.3">Google APIs System Image</h3> -<div class="toggle-content opened"> +<div class="toggle-content closed"> <p><a href="#" onclick="return toggleContent(this)"> - <img src="{@docRoot}assets/images/triangle-opened.png" + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt="" />Revision 3</a> <em>(September 2013)</em> </p> |
