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

Commit 54c5fd17 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Default automatic notification prioritization to off

Bug: 132971502
Test: atest, reboot and verify setting
Change-Id: I149c5a8f0d08a2d9666219b45e3aebda448e036b
parent 8600673c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -310,7 +310,6 @@ public class NotificationManagerService extends SystemService {
    static final boolean ENABLE_BLOCKED_TOASTS = true;

    static final String[] DEFAULT_ALLOWED_ADJUSTMENTS = new String[] {
            Adjustment.KEY_IMPORTANCE,
            Adjustment.KEY_CONTEXTUAL_ACTIONS,
            Adjustment.KEY_TEXT_REPLIES};

@@ -7344,7 +7343,7 @@ public class NotificationManagerService extends SystemService {
        static final String TAG_ENABLED_NOTIFICATION_ASSISTANTS = "enabled_assistants";

        private static final String ATT_USER_SET = "user_set";
        private static final String TAG_ALLOWED_ADJUSTMENT_TYPES = "allowed_adjustments";
        private static final String TAG_ALLOWED_ADJUSTMENT_TYPES = "q_allowed_adjustments";
        private static final String ATT_TYPES = "types";

        private final Object mLock = new Object();