From 6e99b7a3b29fbb1936463a3a48fe693dae909c8f Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 6 Jan 2010 15:02:52 -0800 Subject: [PATCH] add ACCESS_CACHE_FILESYSTEM permission to core manifest All of the permissions in data/etc/platform.xml are defined in core/res/AndroidManifest.xml, except for ACCESS_CACHE_FILESYSTEM. Add it. Change-Id: If7906bc0007484cc21196fb1c0593b967fd79920 --- api/current.xml | 11 +++++++++++ core/res/AndroidManifest.xml | 6 ++++++ core/res/res/values/strings.xml | 5 +++++ 3 files changed, 22 insertions(+) diff --git a/api/current.xml b/api/current.xml index 04633a8de331c..960b16897f6fd 100644 --- a/api/current.xml +++ b/api/current.xml @@ -34,6 +34,17 @@ visibility="public" > + + + + + Allows an application to write to the SD card. + + access the cache filesystem + + Allows an application to read and write the cache filesystem. +