diff options
author | IvvanVG <ivvangrigo@gmail.com> | 2019-02-05 23:40:13 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-03-04 13:56:04 +0100 |
commit | 89eae86165f2db78b496918d1781994b43854c53 (patch) | |
tree | ec1a7ec43cadfbdf22ae2c39d8b24de6fb88a258 /overlay-lineage/lineage-sdk | |
parent | 4c78c8af6ef817dcbb82004996ae46c4bce7fcc1 (diff) |
msm8996-common: overlay: Decommonize light capabilities
* z2_plus and z2_row have different leds (white only vs RGB) so it'd be better to decommonize this
Change-Id: I09745858292f116b6462e2de5594db4741c4a09a
Diffstat (limited to 'overlay-lineage/lineage-sdk')
-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: |