Merge "Change night display auto mode Validator type"
This commit is contained in:
committed by
Android (Google) Code Review
commit
28ddc0a68e
@@ -7396,7 +7396,8 @@ public final class Settings {
|
||||
*/
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user