Loading api/current.xml +0 −11 Original line number Diff line number Diff line Loading @@ -117454,17 +117454,6 @@ visibility="public" > </field> <field name="KRAKEN" 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" core/java/android/os/Build.java +14 −2 Original line number Diff line number Diff line Loading @@ -179,10 +179,22 @@ public class Build { */ public static final int ECLAIR_MR1 = 7; /** * June 2010: Android 2.2 */ public static final int FROYO = 8; public static final int KRAKEN = CUR_DEVELOPMENT; /** * Next version of Android. * * <p>Applications targeting this or a later release will get these * new changes in behavior:</p> * <ul> * <li> The status bar is now dark. Targeting this version allows * the platform to perform performing compatibility on status bar * graphics to ensure they look okay on a dark background. * </ul> */ public static final int GINGERBREAD = CUR_DEVELOPMENT; } Loading Loading
api/current.xml +0 −11 Original line number Diff line number Diff line Loading @@ -117454,17 +117454,6 @@ visibility="public" > </field> <field name="KRAKEN" 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"
core/java/android/os/Build.java +14 −2 Original line number Diff line number Diff line Loading @@ -179,10 +179,22 @@ public class Build { */ public static final int ECLAIR_MR1 = 7; /** * June 2010: Android 2.2 */ public static final int FROYO = 8; public static final int KRAKEN = CUR_DEVELOPMENT; /** * Next version of Android. * * <p>Applications targeting this or a later release will get these * new changes in behavior:</p> * <ul> * <li> The status bar is now dark. Targeting this version allows * the platform to perform performing compatibility on status bar * graphics to ensure they look okay on a dark background. * </ul> */ public static final int GINGERBREAD = CUR_DEVELOPMENT; } Loading