diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 7356326ecc60a..5b54b3228a17c 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -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. *