aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2017-07-25 12:57:35 +0530
committerSteven Lay <arbiter1000@gmail.com>2017-07-29 05:16:14 +0000
commit73be9453a7dc2daead31b881c3acc7aba81a020d (patch)
tree01159f1936bd4fdcd521b6dd4b5537ada2633b21
parentead112d48bc60f921c7d00f5fd0e5aebefa40da2 (diff)
Revert "shinano-common: Stock led color pattern for battery charging"
* No, this has always been the same across all LineageOS devices everywhere, forever, there's no need to change it here right now to match stock. * Users who wish to do so may do it from the Settings. This reverts commit 892d6f188708691dcf9a7335e8d9516810a33ddc. Change-Id: If17f9036677c27575ee1bda2d3cc3d52b29193ad
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index b79196e..2bcdbbf 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -30,9 +30,6 @@
<!-- 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()