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

Commit 3b16630e authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Flag the android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM constant" into main

parents 58f23a8e 10b8f8de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32664,7 +32664,7 @@ package android.os {
    field public static final int S_V2 = 32; // 0x20
    field public static final int TIRAMISU = 33; // 0x21
    field public static final int UPSIDE_DOWN_CAKE = 34; // 0x22
    field public static final int VANILLA_ICE_CREAM = 10000; // 0x2710
    field @FlaggedApi("android.os.android_os_build_vanilla_ice_cream") public static final int VANILLA_ICE_CREAM = 10000; // 0x2710
  }
  public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package android.os;

import android.Manifest;
import android.annotation.FlaggedApi;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.RequiresPermission;
@@ -1227,6 +1228,7 @@ public class Build {
        /**
         * Vanilla Ice Cream.
         */
        @FlaggedApi(Flags.FLAG_ANDROID_OS_BUILD_VANILLA_ICE_CREAM)
        public static final int VANILLA_ICE_CREAM = CUR_DEVELOPMENT;
    }

+7 −0
Original line number Diff line number Diff line
package: "android.os"

flag {
    name: "android_os_build_vanilla_ice_cream"
    namespace: "build"
    description: "Feature flag for adding the VANILLA_ICE_CREAM constant."
    bug: "264658905"
}

flag {
    name: "state_of_health_public"
    namespace: "system_sw_battery"