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

Commit f44cb656 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Expose KeyguardIndicationController"

parents bf20d851 056d307a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2736,6 +2736,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.
     */