OSDN Git Service

Add calendar sliding windows setting.
authorKen Shirriff <kens@google.com>
Thu, 20 Aug 2009 20:19:14 +0000 (13:19 -0700)
committerKen Shirriff <kens@google.com>
Thu, 20 Aug 2009 20:19:14 +0000 (13:19 -0700)
GOOGLE_CALENDAR_SYNC_WINDOW_UPDATE_DAYS indicates how often to update
the calendar sync window.

core/java/android/provider/Settings.java

index 1861095..84e07f0 100644 (file)
@@ -3390,6 +3390,13 @@ public final class Settings {
                 "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
          */