OSDN Git Service

remove ACCESS_CACHE_FILESYSTEM permission
authorDoug Zongker <dougz@android.com>
Wed, 6 Jan 2010 23:56:48 +0000 (15:56 -0800)
committerDoug Zongker <dougz@android.com>
Wed, 6 Jan 2010 23:56:48 +0000 (15:56 -0800)
Its definition is moving to frameworks/base.

Change-Id: Ieb0409c458939c14e2cc8b5bdbcef14564a59c55

AndroidManifest.xml
res/values/strings.xml

index a60af24..374b985 100644 (file)
         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"
index f340c95..e7fda55 100644 (file)
@@ -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.
         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