summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml26
1 files changed, 8 insertions, 18 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f340c95a..7e40b608 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -55,22 +55,6 @@
Malicious applications can use this to disrupt downloads and access
private information.</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.
- This specific permission controls access to the Download Manager's
- private storage area. -->
- <string name="permlab_cacheFilesystem">Use system cache.</string>
- <!-- This is the long 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.
- This specific permission controls access to the Download Manager's
- private storage area. -->
- <string name="permdesc_cacheFilesystem">Allows the application
- to directly access, modify and delete the system cache. Malicious
- applications can use this to severely disrupt downloads and
- other applications, and to access private data.</string>
-
<string name="permlab_downloadCompletedIntent">Send download
notifications.</string>
<!-- This is the long description of a permission associated with the
@@ -83,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>