summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-01-06 15:56:48 -0800
committerDoug Zongker <dougz@android.com>2010-01-06 15:56:48 -0800
commitd9de64c9281d16be03f31e47c47869304309fecd (patch)
tree8400da842e302b45a7e3119bec6a96f67859eada
parent0fba5b3a9a9b4cab0e940c5d083594df08293cf0 (diff)
downloadandroid_packages_providers_DownloadProvider-d9de64c9281d16be03f31e47c47869304309fecd.tar.gz
android_packages_providers_DownloadProvider-d9de64c9281d16be03f31e47c47869304309fecd.tar.bz2
android_packages_providers_DownloadProvider-d9de64c9281d16be03f31e47c47869304309fecd.zip
remove ACCESS_CACHE_FILESYSTEM permission
Its definition is moving to frameworks/base. Change-Id: Ieb0409c458939c14e2cc8b5bdbcef14564a59c55
-rw-r--r--AndroidManifest.xml6
-rw-r--r--res/values/strings.xml20
2 files changed, 2 insertions, 24 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a60af242..374b985a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,12 +15,6 @@
android:description="@string/permdesc_downloadManagerAdvanced"
android:protectionLevel="signatureOrSystem" />
- <!-- Allows filesystem access to /cache -->
- <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
- android:label="@string/permlab_cacheFilesystem"
- android:description="@string/permdesc_cacheFilesystem"
- android:protectionLevel="signatureOrSystem" />
-
<!-- Allows to send download completed intents -->
<permission android:name="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"
android:label="@string/permlab_downloadCompletedIntent"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f340c95a..e7fda559 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