summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Settings.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r--core/java/android/provider/Settings.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 3d2118c..81166ea 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -3222,6 +3222,13 @@ public final class Settings {
public static final Validator SHOW_WEB_SUGGESTIONS_VALIDATOR = sBooleanValidator;
/**
+ * Contains the notifications light maximum brightness to use.
+ * @hide
+ */
+ public static final String NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL =
+ "notification_light_brightness_level";
+
+ /**
* Whether to allow notifications with the screen on or DayDreams.
* The value is boolean (1 or 0). Default will always be false.
* @hide
@@ -3998,6 +4005,7 @@ public final class Settings {
PHONE_BLACKLIST_PRIVATE_NUMBER_MODE,
PHONE_BLACKLIST_UNKNOWN_NUMBER_MODE,
PHONE_BLACKLIST_REGEX_ENABLED,
+ NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL,
NOTIFICATION_LIGHT_SCREEN_ON
};