summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSteve Howard <showard@google.com>2010-08-06 11:22:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-08-06 11:22:54 -0700
commitda5a4183312f520cf35b154d33cb7205e6ba5557 (patch)
treea1e4f63ca42fa81e79535f28b0af994a54bc3955 /res
parenta3c9f66a80c4d801b893f7867041f34d902156fe (diff)
parent9da9df3d6e84a3c4b04dd22d277e0e6d8f7f1ccb (diff)
downloadandroid_packages_providers_DownloadProvider-da5a4183312f520cf35b154d33cb7205e6ba5557.tar.gz
android_packages_providers_DownloadProvider-da5a4183312f520cf35b154d33cb7205e6ba5557.tar.bz2
android_packages_providers_DownloadProvider-da5a4183312f520cf35b154d33cb7205e6ba5557.zip
Merge "Make all public API downloads visible." into gingerbread
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml29
1 files changed, 23 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0bc5c09c..62ba38f7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -74,13 +74,30 @@
downloads to the SD card, regardless of which application downloaded
them.</string>
- <string name="permlab_downloadCacheNonPurgeable">Download non-purgeable
- files to the cache</string>
+ <!-- The label for the permission to download files to the download cache
+ that can't be automatically deleted by the download manager to free up
+ space [CHAR LIMIT=50] -->
+ <string name="permlab_downloadCacheNonPurgeable">Reserve space in the
+ download cache</string>
+ <!-- The full sentence description for the permission to download files to
+ the download cache that can't be automatically deleted by the download
+ manager to free up space [CHAR LIMIT=160] -->
<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>
+ download files to the download cache which cannot be automatically deleted
+ when the download manager needs more space.</string>
+
+ <!-- The label for the permission to download files through the download
+ manager without any notification being shown to the user [CHAR LIMIT=50] -->
+ <string name="permlab_downloadWithoutNotification">Use download manager
+ without notification</string>
+
+ <!-- The full sentence description for the permission to download files
+ through the download manager without any notification being shown to the
+ user [CHAR LIMIT=160] -->
+ <string name="permdesc_downloadWithoutNotification">Allows the application
+ to download files through the download manager without any notification
+ being shown to the user.</string>
+
<!-- This is the title that is used when displaying the notification
for a download that doesn't have a title associated with it. -->