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

Commit 3ba66c27 authored by Zaiyue Xue's avatar Zaiyue Xue Committed by Android (Google) Code Review
Browse files

Merge "Define setting name ADAPTIVE_CHARGING_ENABLED." into tm-qpr-dev

parents 21fc900a 3ec8de22
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -10870,6 +10870,15 @@ public final class Settings {
        public static final String LAUNCHER_TASKBAR_EDUCATION_SHOWING =
                "launcher_taskbar_education_showing";
        /**
         * Whether or not adaptive charging feature is enabled by user.
         * Type: int (0 for false, 1 for true)
         * Default: 1
         *
         * @hide
         */
        public static final String ADAPTIVE_CHARGING_ENABLED = "adaptive_charging_enabled";
        /**
         * These entries are considered common between the personal and the managed profile,
         * since the managed profile doesn't get to change them.