Merge change 5750 into donut

* changes:
  Add a new checkin server flag for Vending Machine client server ping frequency for pending downloads.
This commit is contained in:
Android (Google) Code Review
2009-06-30 13:48:14 -07:00

View File

@@ -2827,6 +2827,13 @@ public final class Settings {
public static final String VENDING_HEARTBEAT_FREQUENCY_MS =
"vending_heartbeat_frequency_ms";
/**
* Frequency in milliseconds at which we should resend pending download
* requests to the API Server from the Vending Machine client.
*/
public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS =
"vending_pending_download_resend_frequency_ms";
/**
* URL that points to the legal terms of service to display in Settings.
* <p>