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

Commit 3a3149f3 authored by ChainsDD's avatar ChainsDD
Browse files

Add setting for flashing trackball while the screen is on.

parent 413ee473
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -1415,6 +1415,13 @@ public final class Settings {
         */
        public static final String NOTIFICATION_LIGHT_PULSE = "notification_light_pulse";

        /**
         * Whether to pulse the notification LED while the screen is on. The value is
         * boolean (1 or 0).
         * @hide
         */
        public static final String NOTIFICATION_SCREEN_ON = "notification_screen_on";

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.
@@ -1470,7 +1477,8 @@ public final class Settings {
            SOUND_EFFECTS_ENABLED,
            HAPTIC_FEEDBACK_ENABLED,
            SHOW_WEB_SUGGESTIONS,
            NOTIFICATION_LIGHT_PULSE
            NOTIFICATION_LIGHT_PULSE,
            NOTIFICATION_SCREEN_ON
        };

        // Settings moved to Settings.Secure