OSDN Git Service

change ACCESS_CACHE_FILESYSTEM to signatureOrSystem
authorDoug Zongker <dougz@android.com>
Tue, 17 Nov 2009 23:34:15 +0000 (15:34 -0800)
committerDoug Zongker <dougz@android.com>
Tue, 17 Nov 2009 23:34:15 +0000 (15:34 -0800)
Needed for unbundling of google OTA.

AndroidManifest.xml

index b7730cb..a60af24 100644 (file)
@@ -19,7 +19,7 @@
     <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
         android:label="@string/permlab_cacheFilesystem"
         android:description="@string/permdesc_cacheFilesystem"
-        android:protectionLevel="signature" />
+        android:protectionLevel="signatureOrSystem" />
 
     <!-- Allows to send download completed intents -->
     <permission android:name="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"