summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorJason parks <jparks@google.com>2011-01-20 22:46:41 -0600
committerJason parks <jparks@google.com>2011-01-21 00:07:49 -0600
commit8888c597c4bc3002e48738b6aea6fd43f69c0f78 (patch)
tree0a4f7ea7f805a877f09b4c953c6382c49932232f /core/res/AndroidManifest.xml
parent9ed98bcdc9ef3445075fdba1933d0ec2b4bc147e (diff)
downloadframeworks_base-8888c597c4bc3002e48738b6aea6fd43f69c0f78.zip
frameworks_base-8888c597c4bc3002e48738b6aea6fd43f69c0f78.tar.gz
frameworks_base-8888c597c4bc3002e48738b6aea6fd43f69c0f78.tar.bz2
Add and enforce the permission for encrypting/decrypting.
Change-Id: Ia292d8a5981266c2703743beb79fd786d77b375d
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 9b890fa..08ce256 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1284,6 +1284,13 @@
android:description="@string/permlab_copyProtectedData"
android:protectionLevel="signature" />
+ <!-- Internal permission protecting access to the encryption methods
+ @hide
+ -->
+ <permission android:name="android.permission.CRYPT_KEEPER"
+ android:protectionLevel="signatureOrSystem" />
+
+
<!-- C2DM permission.
@hide Used internally.
-->