am 9e61acd9: Merge change 22105 into eclair

Merge commit '9e61acd9ff267fe9fdbcd130905bdd63ff70db3a'

* commit '9e61acd9ff267fe9fdbcd130905bdd63ff70db3a':
  Add calendar sliding windows setting.
This commit is contained in:
Ken Shirriff
2009-08-20 13:49:32 -07:00
committed by Android Git Automerger

View File

@@ -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