aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxkeita <keita_nya@live.jp>2017-06-17 23:59:20 +0000
committernailyk-fr <nailyk_git@nailyk.fr>2017-06-24 15:11:53 +0000
commit892d6f188708691dcf9a7335e8d9516810a33ddc (patch)
tree393ca78f9d5ddf8c33f8de44495c2276db2ed3ca
parent0fad7808d04605b18caa089f2a718f0ac11e2de7 (diff)
shinano-common: Stock led color pattern for battery charging
Medium charged battery led is yellow on stock rom instead of greenish Change-Id: Iff0dfbd2d9486db2882420c94b9dc54e706a0057
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 5ba61f6..a9e3f78 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -30,6 +30,9 @@
<!-- Enable blur support -->
<bool name="config_uiBlurEnabled">true</bool>
+ <!-- Default value for led color when battery is medium charged -->
+ <integer name="config_notificationsBatteryMediumARGB">0xffff3000</integer>
+
<!-- ComponentName of a dream to show whenever the system would otherwise have
gone to sleep. When the PowerManager is asked to go to sleep, it will instead
try to start this dream if possible. The dream should typically call startDozing()