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

Commit b869a9b2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add constant for SC V2."

parents 95851330 ca2f5492
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30975,6 +30975,7 @@ package android.os {
    field public static final int Q = 29; // 0x1d
    field public static final int R = 30; // 0x1e
    field public static final int S = 31; // 0x1f
    field public static final int S_V2 = 32; // 0x20
    field public static final int TIRAMISU = 10000; // 0x2710
  }
+8 −1
Original line number Diff line number Diff line
@@ -1024,7 +1024,7 @@ public class Build {
         * will also enable {@link StrictMode.ThreadPolicy.Builder#detectUnbufferedIo}.</li>
         * <li>{@link android.provider.DocumentsContract}'s various methods will throw failure
         * exceptions back to the caller instead of returning null.
         * <li>{@link View#hasFocusable View.hasFocusable} now includes auto-focusable views.</li>
         * <li>{@link View#hasFocusable() View.hasFocusable} now includes auto-focusable views.</li>
         * <li>{@link android.view.SurfaceView} will no longer always change the underlying
         * Surface object when something about it changes; apps need to look at the current
         * state of the object to determine which things they are interested in have changed.</li>
@@ -1131,6 +1131,13 @@ public class Build {
         */
        public static final int S = 31;

        /**
         * S V2.
         *
         * Once more unto the breach, dear friends, once more.
         */
        public static final int S_V2 = 32;

        /**
         * Tiramisu.
         */