aboutsummaryrefslogtreecommitdiffstats
path: root/cm
diff options
context:
space:
mode:
authorAdrian DC <radian.dc@gmail.com>2016-07-10 13:02:39 +0200
committerAdrian DC <radian.dc@gmail.com>2016-07-18 12:35:23 -0700
commit25d708141814289067587e504a0bb33a76c28a78 (patch)
tree88d763ef05fcc3ce647be7204f33a1027e6f30c8 /cm
parentc85073ff6ce1cf1b02fcc028688f7686f034b5e2 (diff)
downloadvendor_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.xml2
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 -->