Loading sdk/src/java/lineageos/providers/LineageSettings.java +2 −1 Original line number Diff line number Diff line Loading @@ -986,13 +986,14 @@ public final class LineageSettings { * 0: Display the battery an icon in portrait mode * 1: Display the battery as a circle * 2: Display the battery as plain text * 3: Display the battery as a dotted circle * default: 0 */ public static final String STATUS_BAR_BATTERY_STYLE = "status_bar_battery_style"; /** @hide */ public static final Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR = new InclusiveIntegerRangeValidator(0, 2); new InclusiveIntegerRangeValidator(0, 3); /** * Status bar battery % Loading Loading
sdk/src/java/lineageos/providers/LineageSettings.java +2 −1 Original line number Diff line number Diff line Loading @@ -986,13 +986,14 @@ public final class LineageSettings { * 0: Display the battery an icon in portrait mode * 1: Display the battery as a circle * 2: Display the battery as plain text * 3: Display the battery as a dotted circle * default: 0 */ public static final String STATUS_BAR_BATTERY_STYLE = "status_bar_battery_style"; /** @hide */ public static final Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR = new InclusiveIntegerRangeValidator(0, 2); new InclusiveIntegerRangeValidator(0, 3); /** * Status bar battery % Loading