summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Downloads.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/core/java/android/provider/Downloads.java b/core/java/android/provider/Downloads.java
index 01db979..1b37107 100644
--- a/core/java/android/provider/Downloads.java
+++ b/core/java/android/provider/Downloads.java
@@ -624,12 +624,11 @@ public final class Downloads {
"android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS";
/**
- * The permission to access downloads to {@link DESTINATION_EXTERNAL}
- * which were downloaded by other applications.
- * @hide
+ * The permission to downloads files to the cache partition that won't be automatically
+ * purged when space is needed.
*/
- public static final String PERMISSION_SEE_ALL_EXTERNAL =
- "android.permission.SEE_ALL_EXTERNAL";
+ public static final String PERMISSION_CACHE_NON_PURGEABLE =
+ "android.permission.DOWNLOAD_CACHE_NON_PURGEABLE";
/**
* The content:// URI for the data table in the provider