diff options
author | Adrian DC <radian.dc@gmail.com> | 2016-07-10 13:02:39 +0200 |
---|---|---|
committer | Adrian DC <radian.dc@gmail.com> | 2016-07-18 12:35:23 -0700 |
commit | 25d708141814289067587e504a0bb33a76c28a78 (patch) | |
tree | 88d763ef05fcc3ce647be7204f33a1027e6f30c8 /cm | |
parent | c85073ff6ce1cf1b02fcc028688f7686f034b5e2 (diff) | |
download | vendor_cmsdk-25d708141814289067587e504a0bb33a76c28a78.zip vendor_cmsdk-25d708141814289067587e504a0bb33a76c28a78.tar.gz vendor_cmsdk-25d708141814289067587e504a0bb33a76c28a78.tar.bz2 |
cmsdk: Correct the useSegmentedBatteryLed details
* The power level is passed down as the alpha channel now,
in order to preserve consistency and still pass down
the color of the battery lights given to the liblights
Change-Id: Ia44cf1f73f09da6c96ac3b98e9387f1e3ec42249
Diffstat (limited to 'cm')
-rw-r--r-- | cm/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm/res/res/values/config.xml b/cm/res/res/values/config.xml index d822691..f08a75f 100644 --- a/cm/res/res/values/config.xml +++ b/cm/res/res/values/config.xml @@ -70,7 +70,7 @@ Used to decide if the user can change the multiple LEDs settings --> <bool name="config_multipleNotificationLeds">false</bool> - <!-- Should we send the battery level to the HAL as the lower 8 bits + <!-- Should we send the battery level to the HAL as the alpha channel of the color? This should only be used if the HAL does special handling of the value- a use case for this would be a segmented LED that can function as a range bar --> |