Skip to content

Commit 5a33fb8

Browse files
committed
SystemUI: Make mBatteryDead accessible in subclasses
Change-Id: I26b2fce45dd5f0cb7e77e8b7cd2eb943b1c5702e
1 parent 0895920 commit 5a33fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public class KeyguardIndicationController {
223223
private boolean mBatteryDefender;
224224
/** Whether the battery defender is triggered with the device plugged. */
225225
private boolean mEnableBatteryDefender;
226-
private boolean mBatteryDead;
226+
protected boolean mBatteryDead;
227227
private boolean mIncompatibleCharger;
228228
private int mChargingWattage;
229229
private int mBatteryLevel = -1;

0 commit comments

Comments
 (0)