* commit 'd46849a535ab64fd47fc8e9c557ca5f4da9e977b': MR2 is going to be API 13.
This commit is contained in:
462056
api/13.xml
Normal file
462056
api/13.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -143865,6 +143865,17 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="HONEYCOMB_MR2"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value="10000"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
</class>
|
||||
<class name="Bundle"
|
||||
extends="java.lang.Object"
|
||||
|
||||
@@ -227,9 +227,14 @@ public class Build {
|
||||
public static final int HONEYCOMB = 11;
|
||||
|
||||
/**
|
||||
* Newest version of Android, version 3.1.
|
||||
* May 2011: Android 3.1.
|
||||
*/
|
||||
public static final int HONEYCOMB_MR1 = 12;
|
||||
|
||||
/**
|
||||
* Current development version.
|
||||
*/
|
||||
public static final int HONEYCOMB_MR2 = CUR_DEVELOPMENT;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user