diff options
| -rw-r--r-- | core/java/android/provider/Settings.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 7e10023f44df..6f0d056aeec4 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2875,7 +2875,7 @@ public final class Settings { * 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"; + "vending_pd_resend_frequency_ms"; /** * URL that points to the legal terms of service to display in Settings. |