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

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

am 11576102: Fix issue #3373438: Update GBMR versions

* commit '11576102':
  Fix issue #3373438: Update GBMR versions
parents b6e89aff 11576102
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -124341,6 +124341,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"
+6 −1
Original line number Diff line number Diff line
@@ -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". */