From 09b3373d83a0f582eae46562bc307022c64ac497 Mon Sep 17 00:00:00 2001 From: lknguyen Date: Tue, 30 Jun 2009 13:52:45 -0700 Subject: Fix nit on length of flag constant. --- core/java/android/provider/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 5b54b32..2cca837 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2832,7 +2832,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. -- cgit v1.1