aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2018-01-15 19:49:34 +0100
committerMoyster <oysterized@gmail.com>2018-01-15 19:49:34 +0100
commit494aa31ab13c46341dee2ae07a2b883b2b728a56 (patch)
tree0448ec96f64689fed33c66769f212f423ae344bc
parented61b84ee00ab1e34c16fb708b2f66b3dd4b5f55 (diff)
overlays: remove battery led settings (not supported) and default ledOn/Off values
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 9a5c7b2..0651842 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -98,18 +98,6 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
- <!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
- <bool name="config_intrusiveBatteryLed">true</bool>
-
- <!-- Default color for notification LED. -->
- <color name="config_defaultNotificationColor">#ffffffff</color>
-
- <!-- Default LED on time for notification LED in milliseconds. -->
- <integer name="config_defaultNotificationLedOn">500</integer>
-
- <!-- Default LED off time for notification LED in milliseconds. -->
- <integer name="config_defaultNotificationLedOff">2000</integer>
-
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
The N entries of this array define N + 1 control points as follows:
(1-based arrays)