Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 700f1aa5 authored by Scott Mertz's avatar Scott Mertz
Browse files

SettingsProvider: change default battery style to portrait

- Circle animation causes redrawing of the status bar constantly
  while charging with screen on.  I measured 25-30% across 2 cores
  with circle, versus 2-5% with portrait (or any other style that
  doesn't constantly update the screen).  This causes unnecessary
  power (and therefore thermal) effects.

Change-Id: I53d58a215d7c49235b7a2b68ea8b486cde3a9fe9
parent f51611c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@
    <bool name="def_cm_stats_collection">false</bool>

    <!-- Default for Settings.System.STATUS_BAR_BATTERY_STYLE -->
    <integer name="def_battery_style">2</integer>
    <integer name="def_battery_style">0</integer>

    <!-- Default theme -->
    <string name="def_theme_package"></string>