summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7e40b608..0bc5c09c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -73,6 +73,15 @@
<string name="permdesc_seeAllExternal">Allows the application to see all
downloads to the SD card, regardless of which application downloaded
them.</string>
+
+ <string name="permlab_downloadCacheNonPurgeable">Download non-purgeable
+ files to the cache</string>
+ <string name="permdesc_downloadCacheNonPurgeable">Allows the application to
+ download files to the download cache through the public API which will not
+ be automatically deleted when the download manager needs more space.
+ Malicious applications can use this to block other applications from using
+ the download cache.</string>
+
<!-- This is the title that is used when displaying the notification
for a download that doesn't have a title associated with it. -->
<string name="download_unknown_title">&lt;Untitled&gt;</string>