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

Commit 056d307a authored by Adrian Roos's avatar Adrian Roos
Browse files

Expose KeyguardIndicationController

Bug: 30608859
Test: make SystemUI
Change-Id: I2db573095ec544ed78b70db3ae0a7f5ec32c9f02
parent e784f7a0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2739,6 +2739,10 @@ public class StatusBar extends SystemUI implements DemoMode,
        return mNotificationPanel.hideStatusBarIconsWhenExpanded();
    }

    public KeyguardIndicationController getKeyguardIndicationController() {
        return mKeyguardIndicationController;
    }

    /**
     * All changes to the status bar and notifications funnel through here and are batched.
     */