Fix issue #3373438: Update GBMR versions
Change-Id: Ic4b4f1b0534fd2fbd6322eae01a4cb9d5a67cc6f
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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". */
|
||||
|
||||
Reference in New Issue
Block a user