From 647ae75e5785575c333de22a67b7bf27e4e917e2 Mon Sep 17 00:00:00 2001 From: Christian Sonntag Date: Wed, 14 Oct 2009 15:26:08 -0700 Subject: [PATCH] Add Gservice for vending_restore_window, this determines the duration after first setup, during which we do not reconcile backup apps. after that apps restored via market/backup will be treated just like any other app and being synced with the server state. --- core/java/android/provider/Settings.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 9bacde6dd498b..fd67bb45b2505 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -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.