Fix issue #3373438: Update GBMR versions

Change-Id: Ic4b4f1b0534fd2fbd6322eae01a4cb9d5a67cc6f
This commit is contained in:
Dianne Hackborn
2011-01-20 12:16:43 -08:00
parent 65d39eeb9b
commit 11576102a9
2 changed files with 17 additions and 1 deletions

View File

@@ -122310,6 +122310,17 @@
visibility="public"
>
</field>
<field name="GINGERBREAD_MR1"
type="int"
transient="false"
volatile="false"
value="10"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="Bundle"
extends="java.lang.Object"

View File

@@ -188,9 +188,14 @@ public class Build {
public static final int FROYO = 8;
/**
* Newest version of Android, version 2.3.
* November 2010: Android 2.3
*/
public static final int GINGERBREAD = 9;
/**
* Newest version of Android, version 2.3.3.
*/
public static final int GINGERBREAD_MR1 = 10;
}
/** The type of build, like "user" or "eng". */