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

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

Merge "Adding version code R for development"

parents bfe9df7b 1d081c50
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34163,6 +34163,7 @@ package android.os {
    field public static final int O_MR1 = 27; // 0x1b
    field public static final int P = 28; // 0x1c
    field public static final int Q = 29; // 0x1d
    field public static final int R = 10000; // 0x2710
  }
  public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
+5 −0
Original line number Diff line number Diff line
@@ -991,6 +991,11 @@ public class Build {
         * engaged. It's now time to see if you can dance.</em>
         */
        public static final int Q = 29;

        /**
         * R.
         */
        public static final int R = CUR_DEVELOPMENT;
    }

    /** The type of build, like "user" or "eng". */