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

Commit 85320165 authored by Matías Hernández's avatar Matías Hernández Committed by Automerger Merge Worker
Browse files

Merge "Rollforward "Enable NO_SORT_BY_INTERRUPTIVENESS""" into udc-dev am:...

Merge "Rollforward "Enable NO_SORT_BY_INTERRUPTIVENESS""" into udc-dev am: 64a9d868 am: 25be5042

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22927076



Change-Id: Ia3725f3c03b7eea6ef65056c49dd667aa70dc2c1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 27d63fcd 25be5042
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public class SystemUiSystemPropertiesFlags {

        /** Gating the removal of sorting-notifications-by-interruptiveness. */
        public static final Flag NO_SORT_BY_INTERRUPTIVENESS =
                devFlag("persist.sysui.notification.no_sort_by_interruptiveness");
                releasedFlag("persist.sysui.notification.no_sort_by_interruptiveness");

        /** Gating the logging of DND state change events. */
        public static final Flag LOG_DND_STATE_EVENTS =
@@ -115,7 +115,7 @@ public class SystemUiSystemPropertiesFlags {
    }

    /**
     * Creates a flag that is enabled by default in debuggable builds.
     * Creates a flag that is disabled by default in debuggable builds.
     * It can be enabled by setting this flag's SystemProperty to 1.
     *
     * This flag is ALWAYS disabled in release builds.