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

Commit d571ec3f authored by Neil Fuller's avatar Neil Fuller
Browse files

Add location_time_zone_detection_enabled setting

Add location_time_zone_detection_enabled setting to backup list. This
setting was added in S.

Bug: 151304765
Bug: 185884644
Test: build / treehugger
Change-Id: I7ca034028fdf21451e12627ef0bbff6c8fb6c8be
parent 7f0b426d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -188,5 +188,6 @@ public class SecureSettings {
        Settings.Secure.ACCESSIBILITY_FLOATING_MENU_OPACITY,
        Settings.Secure.ACCESSIBILITY_FLOATING_MENU_FADE_ENABLED,
        Settings.Secure.NOTIFICATION_BUBBLES,
        Settings.Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED,
    };
}
+1 −0
Original line number Diff line number Diff line
@@ -285,5 +285,6 @@ public class SecureSettingsValidators {
        VALIDATORS.put(Secure.ACCESSIBILITY_FLOATING_MENU_FADE_ENABLED, BOOLEAN_VALIDATOR);
        VALIDATORS.put(Secure.CLIPBOARD_SHOW_ACCESS_NOTIFICATIONS, BOOLEAN_VALIDATOR);
        VALIDATORS.put(Secure.NOTIFICATION_BUBBLES, BOOLEAN_VALIDATOR);
        VALIDATORS.put(Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED, BOOLEAN_VALIDATOR);
    }
}