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

Commit 5bce494b authored by Santos Cordon's avatar Santos Cordon
Browse files

Add VR_DISPLAY_MODE settings to be backed up.

Test: use adb backup to backup/restore and verify value is carried over.
Bug: 34437367
Change-Id: Icefc6bb1ae2f6410580214d0fe4fe4bd40038f46
parent d7f52c1b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6992,7 +6992,8 @@ public final class Settings {
            DOZE_PULSE_ON_DOUBLE_TAP,
            NFC_PAYMENT_DEFAULT_COMPONENT,
            AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN,
            ASSIST_GESTURE_ENABLED
            ASSIST_GESTURE_ENABLED,
            VR_DISPLAY_MODE
        };

        /**
+0 −1
Original line number Diff line number Diff line
@@ -468,7 +468,6 @@ public class SettingsBackupTest {
                 Settings.Secure.USER_SETUP_COMPLETE,
                 Settings.Secure.VOICE_INTERACTION_SERVICE,
                 Settings.Secure.VOICE_RECOGNITION_SERVICE,
                 Settings.Secure.VR_DISPLAY_MODE, // Candidate?
                 Settings.Secure.WEB_ACTION_ENABLED);

    @Test