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

Commit 4b0ea74b authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am b0d93fb2: Merge "SysUI: Switch to NotificationListenerService" into lmp-preview-dev

* commit 'b0d93fb29480a77439b28effd34f5806a5a5ea8a':
  SysUI: Switch to NotificationListenerService
parents 68a2ff81 9ce7e02f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,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;