summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/providers/downloads/Constants.java')
-rw-r--r--src/com/android/providers/downloads/Constants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/providers/downloads/Constants.java b/src/com/android/providers/downloads/Constants.java
index 4b95e765..ef0c6dbb 100644
--- a/src/com/android/providers/downloads/Constants.java
+++ b/src/com/android/providers/downloads/Constants.java
@@ -31,6 +31,9 @@ public class Constants {
/** The column that used to be used for the HTTP method of the request */
public static final String RETRY_AFTER_X_REDIRECT_COUNT = "method";
+ /** The column that used to be used for the magic OTA update filename */
+ public static final String OTA_UPDATE = "otaupdate";
+
/** The column that used to be used to reject system filetypes */
public static final String NO_SYSTEM_FILES = "no_system";