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

Commit b2f811d3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for notif dismissal prototype"

parents 350b4b00 c1ffb4f4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -14532,6 +14532,15 @@ public final class Settings {
         */
        public static final String SHOW_NEW_LOCKSCREEN = "show_new_lockscreen";
        /**
         * Whether to show new notification dismissal.
         * Values are:
         * 0: Disabled
         * 1: Enabled
         * @hide
         */
        public static final String SHOW_NEW_NOTIF_DISMISS = "show_new_notif_dismiss";
        /**
         * Block untrusted touches mode.
         *
+1 −0
Original line number Diff line number Diff line
@@ -443,6 +443,7 @@ public class SettingsBackupTest {
                    Settings.Global.SHOW_NOTIFICATION_CHANNEL_WARNINGS,
                    Settings.Global.SHOW_PEOPLE_SPACE,
                    Settings.Global.SHOW_NEW_LOCKSCREEN,
                    Settings.Global.SHOW_NEW_NOTIF_DISMISS,
                    Settings.Global.SHOW_RESTART_IN_CRASH_DIALOG,
                    Settings.Global.SHOW_TEMPERATURE_WARNING,
                    Settings.Global.SHOW_USB_TEMPERATURE_ALARM,