Merge "Whoops, forgot the HONEYCOMB_MR1 constant. :(" into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
1d50ad7914
@@ -143854,6 +143854,17 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="HONEYCOMB_MR1"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value="12"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
</class>
|
||||
<class name="Bundle"
|
||||
extends="java.lang.Object"
|
||||
|
||||
@@ -202,12 +202,12 @@ public class Build {
|
||||
public static final int GINGERBREAD = 9;
|
||||
|
||||
/**
|
||||
* Almost newest version of Android, version 2.3.3.
|
||||
* February 2011: Android 2.3.3.
|
||||
*/
|
||||
public static final int GINGERBREAD_MR1 = 10;
|
||||
|
||||
/**
|
||||
* Newest version of Android, version 3.0.
|
||||
* February 2011: Android 3.0.
|
||||
*
|
||||
* <p>Applications targeting this or a later release will get these
|
||||
* new changes in behavior:</p>
|
||||
@@ -225,6 +225,11 @@ public class Build {
|
||||
* </ul>
|
||||
*/
|
||||
public static final int HONEYCOMB = 11;
|
||||
|
||||
/**
|
||||
* Newest version of Android, version 3.1.
|
||||
*/
|
||||
public static final int HONEYCOMB_MR1 = 12;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user