diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java index e1fceb63a572..035fa1d53322 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java @@ -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. */ |