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

Commit 4edcb283 authored by mincheli's avatar mincheli
Browse files

Removes the settings key,WINDOW_MAGNIFICATION, that is never used

The settings key is never used and can be removed.

Bug: 171026082
Test: atest SettingsBackupTest
Change-Id: I0d1b84eb2f866bf9c59cb2aab7470e9aa8f4ac87
parent 1abd7847
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -9074,12 +9074,6 @@ public final class Settings {
         */
        public static final String MEDIA_CONTROLS_RESUME_BLOCKED = "qs_media_resumption_blocked";
        /**
         * Controls if window magnification is enabled.
         * @hide
         */
        public static final String WINDOW_MAGNIFICATION = "window_magnification";
        /**
         * Controls magnification mode when magnification is enabled via a system-wide triple tap
         * gesture or the accessibility shortcut.
+0 −1
Original line number Diff line number Diff line
@@ -745,7 +745,6 @@ public class SettingsBackupTest {
                 Settings.Secure.FACE_UNLOCK_RE_ENROLL,
                 Settings.Secure.TAP_GESTURE,
                 Settings.Secure.NEARBY_SHARING_COMPONENT, // not user configurable
                 Settings.Secure.WINDOW_MAGNIFICATION,
                 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_MAGNIFICATION_CONTROLLER,
                 Settings.Secure.SUPPRESS_DOZE,
                 Settings.Secure.REDUCE_BRIGHT_COLORS_ACTIVATED,