diff options
-rw-r--r-- | overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml | 17 |
1 files changed, 0 insertions, 17 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 4b8eb0a..61a385d 100644 --- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml +++ b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml @@ -20,23 +20,6 @@ <integer name="config_proximityCheckTimeout">3000</integer> <bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool> - <!-- All the capabilities of the LEDs on this device, stored as a bit field. - This integer should equal the sum of the corresponding value for each - of the following capabilities present: - - LIGHTS_RGB_NOTIFICATION_LED = 1 - LIGHTS_RGB_BATTERY_LED = 2 - 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 with notification and battery lights - that support pulsating and RGB control would set this config - to 75. --> - <integer name="config_deviceLightCapabilities">107</integer> - <!-- Hardware keys present on the device, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: |