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

Commit 13ff5331 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Fix fullScreenIntents."

parents 018549e4 fc6fda39
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@ public class PhoneStatusBar extends StatusBar {
    public static final String ACTION_STATUSBAR_START
            = "com.android.internal.policy.statusbar.START";

    private static final boolean ENABLE_INTRUDERS = false;

    static final int EXPANDED_LEAVE_ALONE = -10000;
    static final int EXPANDED_FULL_OPEN = -10001;

@@ -268,7 +270,7 @@ public class PhoneStatusBar extends StatusBar {

        addNavigationBar();

        //addIntruderView();
        if (ENABLE_INTRUDERS) addIntruderView();

        // Lastly, call to the icon policy to install/update all the icons.
        mIconPolicy = new PhoneStatusBarPolicy(mContext);
@@ -557,8 +559,9 @@ public class PhoneStatusBar extends StatusBar {
            }
        } catch (RemoteException ex) {
        }
        if ((notification.score >= mIntruderInImmersiveMinScore) 
                || (!immersive && (notification.score > mIntruderMinScore))) {
        if (ENABLE_INTRUDERS && (
                   (notification.score >= mIntruderInImmersiveMinScore)
                || (!immersive && (notification.score > mIntruderMinScore)))) {
            Slog.d(TAG, "Presenting high-priority notification");
            // special new transient ticker mode
            // 1. Populate mIntruderAlertView