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

Commit f0f13aea authored by Ken Shirriff's avatar Ken Shirriff
Browse files

Add calendar sliding windows setting.

GOOGLE_CALENDAR_SYNC_WINDOW_UPDATE_DAYS indicates how often to update
the calendar sync window.
parent 48134b78
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3389,6 +3389,13 @@ public final class Settings {
        public static final String GOOGLE_CALENDAR_SYNC_WINDOW_DAYS =
                "google_calendar_sync_window_days";

        /**
         * How often to update the calendar sync window.
         * The window will be advanced every n days.
         */
        public static final String GOOGLE_CALENDAR_SYNC_WINDOW_UPDATE_DAYS =
                "google_calendar_sync_window_update_days";

        /**
         * @deprecated
         * @hide