OSDN Git Service

systemui: Disable the charging animation
authorSteve Kondik <steve@cyngn.com>
Fri, 23 Sep 2016 16:27:26 +0000 (09:27 -0700)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Fri, 23 Sep 2016 16:29:44 +0000 (09:29 -0700)
 * QCOM turned this back on for some reason. It's pretty ugly
   and eats power. Disable it by default to be on par with AOSP.

Change-Id: Idd22ec89a9ceb2391d39f97f645dcdb016d18831

packages/SystemUI/res/values/config.xml

index 5050819..75c6467 100755 (executable)
     <bool name="quick_settings_show_full_alarm">false</bool>
 
     <!-- When true, show charging animation -->
-    <bool name="config_show_battery_charging_anim">true</bool>
+    <bool name="config_show_battery_charging_anim">false</bool>
 
     <!-- Whether or not to show battery level text. -->
     <bool name="config_showBatteryPercentage">false</bool>