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

Commit ca4262bd authored by Steve Kondik's avatar Steve Kondik
Browse files

Turn off battery percentage display by default.

parent b4d49dd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@ public class StatusBarPolicy {
        //show battery percentage if not plugged in and status is enabled
        if (plugged || level >= 100 || 
	        Settings.System.getInt(mContext.getContentResolver(),
                Settings.System.BATTERY_PERCENTAGE_STATUS_ICON, 1) == 0) {
                Settings.System.BATTERY_PERCENTAGE_STATUS_ICON, 0) == 0) {
            mBatteryData.number = -1;
        } else {
            mBatteryData.number = level;