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

Commit 343d1e5f authored by Jesse Chan's avatar Jesse Chan Committed by Michael W
Browse files

Implement quick QS brightness slider [3/3]



Change-Id: I00ad1ce2742faa1f5a24e4b4f034b314c61cbfd0
Signed-off-by: default avatarJesse Chan <jc@lineageos.org>
parent d649b1d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1744,13 +1744,13 @@ public final class LineageSettings {

        /**
         * Whether to show the brightness slider in quick settings panel.
         * 0 = 0ff, 1 = on
         * 0 = Never, 1 = show when expanded, 2 = show always
         */
        public static final String QS_SHOW_BRIGHTNESS_SLIDER = "qs_show_brightness_slider";

        /** @hide */
        public static final Validator QS_SHOW_BRIGHTNESS_SLIDER_VALIDATOR =
                sBooleanValidator;
                new InclusiveIntegerRangeValidator(0, 2);

        /**
         * Whether to control brightness from status bar