summaryrefslogtreecommitdiffstats
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
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."
-rw-r--r--AndroidManifest.xml1
-rw-r--r--res/values/strings.xml3
2 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 87205238..f802f056 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -87,6 +87,7 @@
<provider
android:name=".DownloadStorageProvider"
+ android:label="@string/storage_description"
android:authorities="com.android.providers.downloads.documents"
android:grantUriPermissions="true"
android:exported="true"
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.