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

Commit 3fcd993b authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Remove OTP_REDACTION flag that was never used and only adds confusion

Change-Id: Ifbc6567fa5f6d2baeba98fd350d44fc5203dd54f
Fixes: 279417856
Flag: LEGACY persist.sysui.notification.otp_redaction DEVELOPMENT
parent 8321bfa5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -66,10 +66,6 @@ public class SystemUiSystemPropertiesFlags {
        public static final Flag SHOW_STICKY_HUN_FOR_DENIED_FSI =
                releasedFlag("persist.sysui.notification.show_sticky_hun_for_denied_fsi");

        /** Gating the redaction of OTP notifications on the lockscreen */
        public static final Flag OTP_REDACTION =
                devFlag("persist.sysui.notification.otp_redaction");

        /** Gating the logging of DND state change events. */
        public static final Flag LOG_DND_STATE_EVENTS =
                releasedFlag("persist.sysui.notification.log_dnd_state_events");