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

Commit a1cbccd7 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20643

* changes:
  Add calendar_sync_window_days setting to control calendar sync window.
parents aaa441fb 326580d5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3345,6 +3345,14 @@ public final class Settings {
         */
        public static final String USE_LOCATION_FOR_SERVICES = "use_location";

        /**
         * The length of the calendar sync window into the future.
         * This specifies the number of days into the future for the sliding window sync.
         * Setting this to zero will disable sliding sync.
         */
        public static final String GOOGLE_CALENDAR_SYNC_WINDOW_DAYS =
                "google_calendar_sync_window_days";

        /**
         * @deprecated
         * @hide