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

Commit 66500045 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Disable blocking helper

By default, at least

Test: manual
Fixes: 130739518
Change-Id: Ic83c80740b2d844cad8eb97a08172b57204be8f8
parent 3a15b6c1
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,
@@ -7325,7 +7324,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();