summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/Constants.java
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-08-05 11:51:24 -0700
committerJeff Sharkey <jsharkey@android.com>2014-08-05 11:56:23 -0700
commit495edec1d9f7659923c71b009db66c1bd4782034 (patch)
tree36025486d58252ca37846f00e525dc9ed67add53 /src/com/android/providers/downloads/Constants.java
parentfff64f7ac9926847371e0b33989416248edd9ef1 (diff)
downloadandroid_packages_providers_DownloadProvider-495edec1d9f7659923c71b009db66c1bd4782034.tar.gz
android_packages_providers_DownloadProvider-495edec1d9f7659923c71b009db66c1bd4782034.tar.bz2
android_packages_providers_DownloadProvider-495edec1d9f7659923c71b009db66c1bd4782034.zip
Scan after writing download files.
Kicks off media scanner after files are written, usually through a DocumentsProvider. Bug: 13557203 Change-Id: I4e29b778b4e19a217f60c1e415c4d814724752d3
Diffstat (limited to 'src/com/android/providers/downloads/Constants.java')
-rw-r--r--src/com/android/providers/downloads/Constants.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/providers/downloads/Constants.java b/src/com/android/providers/downloads/Constants.java
index 2803d1c6..7b8fcd24 100644
--- a/src/com/android/providers/downloads/Constants.java
+++ b/src/com/android/providers/downloads/Constants.java
@@ -45,9 +45,6 @@ public class Constants {
/** The column that is used for the initiating app's UID */
public static final String UID = "uid";
- /** The column that is used to remember whether the media scanner was invoked */
- public static final String MEDIA_SCANNED = "scanned";
-
/** The intent that gets sent when the service must wake up for a retry */
public static final String ACTION_RETRY = "android.intent.action.DOWNLOAD_WAKEUP";