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

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

Merge "Change night display auto mode Validator type"

parents 0ab4ea3e eafb5414
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -7396,7 +7396,8 @@ public final class Settings {
         */
         */
        public static final String NIGHT_DISPLAY_AUTO_MODE = "night_display_auto_mode";
        public static final String NIGHT_DISPLAY_AUTO_MODE = "night_display_auto_mode";


        private static final Validator NIGHT_DISPLAY_AUTO_MODE_VALIDATOR = BOOLEAN_VALIDATOR;
        private static final Validator NIGHT_DISPLAY_AUTO_MODE_VALIDATOR =
                new SettingsValidators.InclusiveIntegerRangeValidator(0, 2);


        /**
        /**
         * Control the color temperature of Night Display, represented in Kelvin.
         * Control the color temperature of Night Display, represented in Kelvin.