summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-03-30 23:37:25 -0700
committerJeff Brown <jeffbrown@google.com>2010-04-08 13:45:06 -0700
commitec7c78fbf526816cd361fd482bdf3792ecfd9a9f (patch)
tree46cfce7a83653bb41a666155836e7ed05981f2af /core/res
parenteb12e45f7a92fd424988451256c82605d086245d (diff)
downloadframeworks_base-ec7c78fbf526816cd361fd482bdf3792ecfd9a9f.zip
frameworks_base-ec7c78fbf526816cd361fd482bdf3792ecfd9a9f.tar.gz
frameworks_base-ec7c78fbf526816cd361fd482bdf3792ecfd9a9f.tar.bz2
@hide ACCESS_CACHE_FILESYSTEM and MOVE_PACKAGE
Bug: b/2553489 Change-Id: I681b3f9a243777b931298cc93c9d34c8d7eae0f2
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 9e3e8a4..db71b21 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1031,7 +1031,8 @@
android:description="@string/permdesc_deletePackages"
android:protectionLevel="signatureOrSystem" />
- <!-- Allows an application to move location of installed package. -->
+ <!-- Allows an application to move location of installed package.
+ @hide -->
<permission android:name="android.permission.MOVE_PACKAGE"
android:label="@string/permlab_movePackage"
android:description="@string/permdesc_movePackage"
@@ -1207,7 +1208,8 @@
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signatureOrSystem" />
- <!-- Allow an application to read and write the cache partition. -->
+ <!-- Allow an application to read and write the cache partition.
+ @hide -->
<permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
android:label="@string/permlab_cache_filesystem"
android:description="@string/permdesc_cache_filesystem"