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

Commit f090b589 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable blocking helper" into qt-dev

parents 7abea9fa 66500045
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -308,8 +308,7 @@ public class NotificationManagerService extends SystemService {
    static final String[] DEFAULT_ALLOWED_ADJUSTMENTS = new String[] {
            Adjustment.KEY_IMPORTANCE,
            Adjustment.KEY_CONTEXTUAL_ACTIONS,
            Adjustment.KEY_TEXT_REPLIES,
            Adjustment.KEY_USER_SENTIMENT};
            Adjustment.KEY_TEXT_REPLIES};

    static final String[] NON_BLOCKABLE_DEFAULT_ROLES = new String[] {
            RoleManager.ROLE_DIALER,
@@ -7324,7 +7323,7 @@ public class NotificationManagerService extends SystemService {

        private static final String ATT_USER_SET = "user_set";
        // TODO: STOPSHIP (b/127994217) switch to final value when onboarding flow is implemented
        private static final String TAG_ALLOWED_ADJUSTMENT_TYPES = "allowed_adjustments_tmp";
        private static final String TAG_ALLOWED_ADJUSTMENT_TYPES = "allowed_adjustments_tmp2";
        private static final String ATT_TYPES = "types";

        private final Object mLock = new Object();