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

Commit fa72a9ea authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Declare VersionCodes.KITKAT_WATCH." into klp-modular-dev

parents 2fd3cb95 1c3f332c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17667,6 +17667,7 @@ package android.os {
    field public static final int JELLY_BEAN_MR1 = 17; // 0x11
    field public static final int JELLY_BEAN_MR2 = 18; // 0x12
    field public static final int KITKAT = 19; // 0x13
    field public static final int KITKAT_WATCH = 10000; // 0x2710
  }
  public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
+5 −0
Original line number Diff line number Diff line
@@ -467,6 +467,11 @@ public class Build {
         * </ul>
         */
        public static final int KITKAT = 19;

        /**
         * Android 4.5: KitKat for watches, snacks on the run.
         */
        public static final int KITKAT_WATCH = CUR_DEVELOPMENT; // STOPSHIP: update API level
    }
    
    /** The type of build, like "user" or "eng". */