Skip to content

Commit 1157610

Browse files
author
Dianne Hackborn
committed
Fix issue #3373438: Update GBMR versions
Change-Id: Ic4b4f1b0534fd2fbd6322eae01a4cb9d5a67cc6f
1 parent 65d39ee commit 1157610

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

api/current.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122310,6 +122310,17 @@
122310122310
visibility="public"
122311122311
>
122312122312
</field>
122313+
<field name="GINGERBREAD_MR1"
122314+
type="int"
122315+
transient="false"
122316+
volatile="false"
122317+
value="10"
122318+
static="true"
122319+
final="true"
122320+
deprecated="not deprecated"
122321+
visibility="public"
122322+
>
122323+
</field>
122313122324
</class>
122314122325
<class name="Bundle"
122315122326
extends="java.lang.Object"

core/java/android/os/Build.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,14 @@ public static class VERSION_CODES {
188188
public static final int FROYO = 8;
189189

190190
/**
191-
* Newest version of Android, version 2.3.
191+
* November 2010: Android 2.3
192192
*/
193193
public static final int GINGERBREAD = 9;
194+
195+
/**
196+
* Newest version of Android, version 2.3.3.
197+
*/
198+
public static final int GINGERBREAD_MR1 = 10;
194199
}
195200

196201
/** The type of build, like "user" or "eng". */

0 commit comments

Comments
 (0)