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

Commit 3ec8de22 authored by xuezaiyue's avatar xuezaiyue
Browse files

Define setting name ADAPTIVE_CHARGING_ENABLED.

Test: manual
Bug: 230386304
Change-Id: I65508f99b7754e152009c2d6f4cb868ccb46d4de
parent c46e9f69
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.