am 11576102: Fix issue #3373438: Update GBMR versions

* commit '11576102a9794ef964a08bc372dc09803f58997a':
  Fix issue #3373438: Update GBMR versions
This commit is contained in:
Dianne Hackborn
2011-01-20 18:18:32 -08:00
committed by Android Git Automerger
2 changed files with 17 additions and 1 deletions

View File

@@ -124341,6 +124341,17 @@
visibility="public" visibility="public"
> >
</field> </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>
<class name="Bundle" <class name="Bundle"
extends="java.lang.Object" extends="java.lang.Object"

View File

@@ -188,9 +188,14 @@ public class Build {
public static final int FROYO = 8; public static final int FROYO = 8;
/** /**
* Newest version of Android, version 2.3. * November 2010: Android 2.3
*/ */
public static final int GINGERBREAD = 9; 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". */ /** The type of build, like "user" or "eng". */