Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec85619f authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am d46849a5: am a8138732: MR2 is going to be API 13.

* commit 'd46849a5':
  MR2 is going to be API 13.
parents dda64e9a d46849a5
Loading
Loading
Loading
Loading

api/13.xml

0 → 100644
+462056 −0

File added.

Preview size limit exceeded, changes collapsed.

+11 −0
Original line number Diff line number Diff line
@@ -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"
+6 −1
Original line number Diff line number Diff line
@@ -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". */