Commit 093d12f
[temporary] SystemUI: add mBatteryDead to KeyguardIndicationController
In the stock OS image for July 2025, a boolean mBatteryDead field was
added to com.android.systemui.statusbar.KeyguardIndicationController.
There are no other changes to this AOSP class; everything else involving
mBatteryDead is done in the Google-specific
com.google.android.systemui.statusbar.KeyguardIndicationControllerGoogle
class, and we handle in a subsequent commit.
It's likely this will conflict with future AOSP tags since this is a
modification to an AOSP class, hence the [temporary] tag. This commit
should be dropped when the tags get pushed and this field is added to
the class upstream.1 parent de488eb commit 093d12f
File tree
1 file changed
+2
-0
lines changed- packages/SystemUI/src/com/android/systemui/statusbar
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
0 commit comments