aboutsummaryrefslogtreecommitdiff
path: root/overlay-lineage
diff options
context:
space:
mode:
Diffstat (limited to 'overlay-lineage')
-rw-r--r--overlay-lineage/frameworks/base/core/res/res/values/config.xml6
-rw-r--r--overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml10
2 files changed, 6 insertions, 10 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml
index 79019d1..b9bb0c3 100644
--- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml
+++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml
@@ -17,12 +17,6 @@
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- 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>
-
<!-- Control the behavior when the user long presses the app switch button.
0 - Nothing
1 - Menu key
diff --git a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml
index a63534e..55fd1ed 100644
--- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml
+++ b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml
@@ -26,12 +26,14 @@
LIGHTS_RGB_NOTIFICATION_LED = 1
LIGHTS_RGB_BATTERY_LED = 2
- LIGHTS_MULTIPLE_NOTIFICATION_LED = 4
+ LIGHTS_MULTIPLE_NOTIFICATION_LED = 4 (deprecated)
LIGHTS_PULSATING_LED = 8
LIGHTS_SEGMENTED_BATTERY_LED = 16
LIGHTS_ADJUSTABLE_NOTIFICATION_LED_BRIGHTNESS = 32
+ LIGHTS_BATTERY_LED = 64
- For example, a device support pulsating, RGB notification and
- battery LEDs would set this config to 11. -->
- <integer name="config_deviceLightCapabilities">43</integer>
+ For example, a device with notification and battery lights
+ that support pulsating and RGB control would set this config
+ to 75. -->
+ <integer name="config_deviceLightCapabilities">107</integer>
</resources>