summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2010-01-28 17:53:26 -0500
committerLeon Scroggins <scroggo@google.com>2010-02-05 11:16:49 -0500
commita2028ed4141075da8199ba04a499be77734a85ae (patch)
tree24f1c71c6e1ee200f6decd0c161069368e92ddc4 /res
parent91e4522fa90d969a596058756c24e173df1a6196 (diff)
downloadandroid_packages_providers_DownloadProvider-a2028ed4141075da8199ba04a499be77734a85ae.tar.gz
android_packages_providers_DownloadProvider-a2028ed4141075da8199ba04a499be77734a85ae.tar.bz2
android_packages_providers_DownloadProvider-a2028ed4141075da8199ba04a499be77734a85ae.zip
Create a new permission that allows apps to see downloads from other
applications to the SD card. Necessary for http://b/issue?id=2384554 Also create names for files by default, so they do not display as <Untitled>. Remove calls to createTitleFromFilename, which are no longer necessary. Requires a change to frameworks/base.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e7fda559..7e40b608 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -67,6 +67,12 @@
can use this to confuse other applications that download
files.</string>
+ <!-- Title for permission to see all downloads to EXTERNAL -->
+ <string name="permlab_seeAllExternal">See all downloads to SD card</string>
+ <!-- Description for the permission to see all downloads to EXTERNAL -->
+ <string name="permdesc_seeAllExternal">Allows the application to see all
+ downloads to the SD card, regardless of which application downloaded
+ them.</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>