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

Commit 11837c17 authored by András Kurucz's avatar András Kurucz
Browse files

Promote ALLOW_DISMISS_ONGOING to droidfood

Bug: 240553971
Test: post some ongoing notifications, try to dismiss them from the locked and unlocked state
Change-Id: I4e241ff67e045df14b60e99df7200234a4d91ee6
parent 32040c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ public class SystemUiSystemPropertiesFlags {

        /** Gating the ability for users to dismiss ongoing event notifications */
        public static final Flag ALLOW_DISMISS_ONGOING =
                devFlag("persist.sysui.notification.ongoing_dismissal");
                releasedFlag("persist.sysui.notification.ongoing_dismissal");

        /** Gating the redaction of OTP notifications on the lockscreen */
        public static final Flag OTP_REDACTION =