Sync with jb-mr1-dev

Change-Id: Ic6ab2992650b6cbe446236c73e6380d20dab003e
This commit is contained in:
The Android Open Source Project
2012-07-31 07:51:38 -07:00
9 changed files with 48049 additions and 9 deletions

48037
api/17.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -15542,6 +15542,7 @@ package android.os {
field public static final int ICE_CREAM_SANDWICH = 14; // 0xe field public static final int ICE_CREAM_SANDWICH = 14; // 0xe
field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf
field public static final int JELLY_BEAN = 16; // 0x10 field public static final int JELLY_BEAN = 16; // 0x10
field public static final int JELLY_BEAN_MR1 = 17; // 0x11
} }
public final class Bundle implements java.lang.Cloneable android.os.Parcelable { public final class Bundle implements java.lang.Cloneable android.os.Parcelable {

View File

@@ -370,7 +370,7 @@ public class Build {
public static final int ICE_CREAM_SANDWICH_MR1 = 15; public static final int ICE_CREAM_SANDWICH_MR1 = 15;
/** /**
* Android 4.1. * June 2012: Android 4.1.
* *
* <p>Applications targeting this or a later release will get these * <p>Applications targeting this or a later release will get these
* new changes in behavior:</p> * new changes in behavior:</p>
@@ -411,6 +411,11 @@ public class Build {
* </ul> * </ul>
*/ */
public static final int JELLY_BEAN = 16; public static final int JELLY_BEAN = 16;
/**
* Moar jelly beans!
*/
public static final int JELLY_BEAN_MR1 = 17;
} }
/** The type of build, like "user" or "eng". */ /** The type of build, like "user" or "eng". */

View File

@@ -16,5 +16,5 @@
<resources> <resources>
<bool name="action_bar_expanded_action_views_exclusive">false</bool> <bool name="action_bar_expanded_action_views_exclusive">false</bool>
<bool name="show_ongoing_ime_switcher">false</bool> <bool name="show_ongoing_ime_switcher">true</bool>
</resources> </resources>

View File

@@ -1,4 +1,6 @@
page.title=Android 4.1 API Overview page.title=Android 4.0 Platform
sdk.platform.version=4.0
sdk.platform.apiLevel=14
@jd:body @jd:body
<div id="qv-wrapper"> <div id="qv-wrapper">

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -234,12 +234,7 @@ tabs. Fixed tabs in the main action bar can move to the top bar when the screen
</div> </div>
<div class="layout-content-col span-7"> <div class="layout-content-col span-7">
<img src="{@docRoot}design/media/actionbar_drawer.png">
<img src="{@docRoot}design/media/action_bar_pattern_default_tabs.png">
<div class="figure-caption">
Default fixed tabs shown in Holo Dark &amp; Light.
</div>
</div> </div>
</div> </div>