am e54ebd8c: Merge change I647ae75e into eclair-mr2

Merge commit 'e54ebd8c4f589a0a4a257a8d79b288dda67f3f8c' into eclair-mr2-plus-aosp

* commit 'e54ebd8c4f589a0a4a257a8d79b288dda67f3f8c':
  Add Gservice for vending_restore_window, this determines the duration after first setup, during which we do not reconcile backup apps.
This commit is contained in:
Christian Sonntag
2009-10-14 18:11:22 -07:00
committed by Android Git Automerger

View File

@ -3097,6 +3097,13 @@ public final class Settings {
public static final String GOOGLE_LOGIN_GENERIC_AUTH_SERVICE
= "google_login_generic_auth_service";
/**
* Duration in milliseconds after setup at which market does not reconcile applications
* which are installed during restore.
*/
public static final String VENDING_RESTORE_WINDOW_MS = "vending_restore_window_ms";
/**
* Frequency in milliseconds at which we should sync the locally installed Vending Machine
* content with the server.