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

Commit 0facf974 authored by dhacker29's avatar dhacker29 Committed by Gerrit Code Review
Browse files

SettingsProvider: Make the default battery style Circle

This will allow us to remove the overlay in vendor/cm so devices
with no battery, aka fugu, can override this to none.

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

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

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