sdm660-common: overlay: Disable RGB led

Change-Id: I2dd2b729d591dc4881fee5d2e0f88873a68f0a32
This commit is contained in:
ami87 2018-02-06 13:15:42 +01:00 committed by Max Weffers
parent f32e57ef6a
commit c129b69fe1
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -449,6 +449,9 @@
<!-- Default value for led color when battery is fully charged --> <!-- Default value for led color when battery is fully charged -->
<integer name="config_notificationsBatteryFullARGB">0xFFFFFFFF</integer> <integer name="config_notificationsBatteryFullARGB">0xFFFFFFFF</integer>
<!-- Multicolor Led Support -->
<bool name="config_multiColorBatteryLed">false</bool>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. --> autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool> <bool name="config_showNavigationBar">true</bool>