From c288514cac0fdb5b476930181b6ac6fdd6d9bd1a Mon Sep 17 00:00:00 2001 From: Christoph Studer Date: Wed, 28 May 2014 14:48:15 +0200 Subject: [PATCH] SysUI: Switch to NotificationListenerService Switch SysUI to receive notifications via a NotificationListenerService instead, byapssing StatusBarManagerService callbacks. Bug: 15131411 Change-Id: I907a1ff28123219db1c08889d723ad1b70b191ab --- packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java index f4db6253a7ba..eb1517db6580 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java @@ -91,7 +91,7 @@ public abstract class BaseStatusBar extends SystemUI implements public static final String TAG = "StatusBar"; public static final boolean DEBUG = false; public static final boolean MULTIUSER_DEBUG = false; - private static final boolean USE_NOTIFICATION_LISTENER = false; + private static final boolean USE_NOTIFICATION_LISTENER = true; protected static final int MSG_SHOW_RECENT_APPS = 1019; protected static final int MSG_HIDE_RECENT_APPS = 1020; -- 2.11.0