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

Commit bb9e1198 authored by John Li's avatar John Li Committed by Android (Google) Code Review
Browse files

Merge "Add Settings flag for Transform." into sc-dev

parents 98ffa135 8929a2e8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8522,6 +8522,15 @@ public final class Settings {
        public static final String ONE_HANDED_TUTORIAL_SHOW_COUNT =
                "one_handed_tutorial_show_count";
        /**
         * Indicates whether transform is enabled.
         * <p>
         * Type: int (0 for false, 1 for true)
         *
         * @hide
         */
        public static final String TRANSFORM_ENABLED = "transform_enabled";
        /**
         * The current night mode that has been selected by the user.  Owned
         * and controlled by UiModeManagerService.  Constants are as per
+2 −1
Original line number Diff line number Diff line
@@ -749,7 +749,8 @@ public class SettingsBackupTest {
                 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_MAGNIFICATION_CONTROLLER,
                 Settings.Secure.SUPPRESS_DOZE,
                 Settings.Secure.REDUCE_BRIGHT_COLORS_ACTIVATED,
                 Settings.Secure.ACCESSIBILITY_SHOW_WINDOW_MAGNIFICATION_PROMPT);
                 Settings.Secure.ACCESSIBILITY_SHOW_WINDOW_MAGNIFICATION_PROMPT,
                 Settings.Secure.TRANSFORM_ENABLED);

    @Test
    public void systemSettingsBackedUpOrDenied() {