diff options
| author | 2009-07-01 22:44:08 -0700 | |
|---|---|---|
| committer | 2009-07-01 22:44:08 -0700 | |
| commit | 023d7564a6b6bce894aba4eaf00133c6f86d1de5 (patch) | |
| tree | cf7044dc91dd272f2a4f0a84f2237fb45db7ba73 | |
| parent | f83d7785d21a8649e019c6e5eadf56b107e9a608 (diff) | |
| parent | f3ab3c3437f18834ce63542062c2ed7a87a05fca (diff) | |
am f3ab3c34: Merge change 5833 into donut
Merge commit 'f3ab3c3437f18834ce63542062c2ed7a87a05fca'
* commit 'f3ab3c3437f18834ce63542062c2ed7a87a05fca':
Fix nit on length of flag constant.
| -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. |