summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-11-05 17:38:48 +0000
committerAnton Hansson <hansson@google.com>2018-11-08 10:06:44 +0000
commit378b92ccd0cd213b77821ad51f49aa144df74158 (patch)
tree06ca835005c1001f5806ea14c92ee524ff49369d /res/values
parent3583f3a5ec913ecee483639c5fefecd058576447 (diff)
downloadandroid_packages_providers_DownloadProvider-378b92ccd0cd213b77821ad51f49aa144df74158.tar.gz
android_packages_providers_DownloadProvider-378b92ccd0cd213b77821ad51f49aa144df74158.tar.bz2
android_packages_providers_DownloadProvider-378b92ccd0cd213b77821ad51f49aa144df74158.zip
Remove unused strings
Nothing reads permlab_seeAllExternal or permdesc_seeAllExternal. Bug: 118618261 Test: m DownloadProvider Exempt-From-Owner-Approval: The single owner is unresponsive Change-Id: If2e1de8f7569533dfdef5fbdd9ad1f99e53adfbb
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fe405319..4d4bb12a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -70,15 +70,6 @@
can use this to confuse other apps that download
files.</string>
- <!-- Title for permission to see all downloads to EXTERNAL [CHAR LIMIT=25] -->
- <string name="permlab_seeAllExternal" product="nosdcard">See all downloads to USB storage</string>
- <!-- Title for permission to see all downloads to EXTERNAL -->
- <string name="permlab_seeAllExternal" product="default">See all downloads to SD card</string>
- <!-- Description for the permission to see all downloads to EXTERNAL -->
- <string name="permdesc_seeAllExternal">Allows the app to see all
- downloads to the SD card, regardless of which app downloaded
- them.</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] -->