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