summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-03-20 19:00:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-20 19:00:53 +0000
commitc20a869afb810e977cdf704683cacf1938976df3 (patch)
tree7996b1995bba6764125bafcb4be03caf89b7b48f /res
parent014a1d02c9f10a1c612ee07de83ae649893bf62c (diff)
parentb5a45fbcdbebb3a2a76d4c474f90e22e7ddfb0c1 (diff)
downloadandroid_packages_providers_DownloadProvider-c20a869afb810e977cdf704683cacf1938976df3.tar.gz
android_packages_providers_DownloadProvider-c20a869afb810e977cdf704683cacf1938976df3.tar.bz2
android_packages_providers_DownloadProvider-c20a869afb810e977cdf704683cacf1938976df3.zip
Merge "Add android:label to DownloadStorageProvider."
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5ebb97db..c1529419 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -18,6 +18,9 @@
<!-- This is the name of the Download Manager application. -->
<string name="app_label">Download Manager</string>
+ <!-- Short description shown client applications describing storage location-->
+ <string name="storage_description">Downloads</string>
+
<!-- This is the short description of a permission associated with the
Android Download Manager. It is displayed as part of the description
of any application that was granted that permission.