aboutsummaryrefslogtreecommitdiff
path: root/overlay-lineage/lineage-sdk/lineage
diff options
context:
space:
mode:
Diffstat (limited to 'overlay-lineage/lineage-sdk/lineage')
-rw-r--r--overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml10
1 files changed, 6 insertions, 4 deletions
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>