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

Commit 4041249f authored by Selim Cinek's avatar Selim Cinek
Browse files

And suddenly notification children appeared

Bug: 22760612
Change-Id: I0b708368c9c8e06af36184e736d181b2818d29b8
parent 3899902f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -127,8 +127,8 @@ public abstract class BaseStatusBar extends SystemUI implements

    public static final boolean ENABLE_REMOTE_INPUT =
            SystemProperties.getBoolean("debug.enable_remote_input", true);
    public static final boolean ENABLE_CHILD_NOTIFICATIONS = Build.IS_DEBUGGABLE
                    && SystemProperties.getBoolean("debug.child_notifs", false);
    public static final boolean ENABLE_CHILD_NOTIFICATIONS
            = SystemProperties.getBoolean("debug.child_notifs", true);

    protected static final int MSG_SHOW_RECENT_APPS = 1019;
    protected static final int MSG_HIDE_RECENT_APPS = 1020;
+2 −2
Original line number Diff line number Diff line
@@ -159,8 +159,8 @@ import java.util.Objects;
public class NotificationManagerService extends SystemService {
    static final String TAG = "NotificationService";
    static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
    public static final boolean ENABLE_CHILD_NOTIFICATIONS = Build.IS_DEBUGGABLE
            && SystemProperties.getBoolean("debug.child_notifs", false);
    public static final boolean ENABLE_CHILD_NOTIFICATIONS
            = SystemProperties.getBoolean("debug.child_notifs", true);

    static final int MAX_PACKAGE_NOTIFICATIONS = 50;