Loading core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java +2 −2 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public class SystemUiSystemPropertiesFlags { /** Gating the removal of sorting-notifications-by-interruptiveness. */ public static final Flag NO_SORT_BY_INTERRUPTIVENESS = releasedFlag("persist.sysui.notification.no_sort_by_interruptiveness"); devFlag("persist.sysui.notification.no_sort_by_interruptiveness"); /** Gating the logging of DND state change events. */ public static final Flag LOG_DND_STATE_EVENTS = Loading Loading @@ -115,7 +115,7 @@ public class SystemUiSystemPropertiesFlags { } /** * Creates a flag that is disabled by default in debuggable builds. * Creates a flag that is enabled 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. Loading Loading
core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java +2 −2 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public class SystemUiSystemPropertiesFlags { /** Gating the removal of sorting-notifications-by-interruptiveness. */ public static final Flag NO_SORT_BY_INTERRUPTIVENESS = releasedFlag("persist.sysui.notification.no_sort_by_interruptiveness"); devFlag("persist.sysui.notification.no_sort_by_interruptiveness"); /** Gating the logging of DND state change events. */ public static final Flag LOG_DND_STATE_EVENTS = Loading Loading @@ -115,7 +115,7 @@ public class SystemUiSystemPropertiesFlags { } /** * Creates a flag that is disabled by default in debuggable builds. * Creates a flag that is enabled 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. Loading