diff options
author | San Mehat <san@google.com> | 2010-03-22 10:30:13 -0700 |
---|---|---|
committer | San Mehat <san@google.com> | 2010-03-22 10:31:12 -0700 |
commit | cbf953ed09b036441d90e14b0723a2ea417b3f35 (patch) | |
tree | 4f1a24b9d72fc187496cef27fc20f97080d0e703 /core/res | |
parent | 7897d1b61561fdfab682e0f68680e6999311493c (diff) | |
download | frameworks_base-cbf953ed09b036441d90e14b0723a2ea417b3f35.zip frameworks_base-cbf953ed09b036441d90e14b0723a2ea417b3f35.tar.gz frameworks_base-cbf953ed09b036441d90e14b0723a2ea417b3f35.tar.bz2 |
Permissions: Change ASEC permissions from 'dangerous' -> 'signature'
Change-Id: I5e495332c45f718178486f2e07d37031e6fa5afc
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4e2caa0..a3c73d8 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -732,7 +732,7 @@ @hide --> <permission android:name="android.permission.ASEC_ACCESS" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" - android:protectionLevel="dangerous" + android:protectionLevel="signature" android:label="@string/permlab_asec_access" android:description="@string/permdesc_asec_access" /> @@ -740,7 +740,7 @@ @hide --> <permission android:name="android.permission.ASEC_CREATE" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" - android:protectionLevel="dangerous" + android:protectionLevel="signature" android:label="@string/permlab_asec_create" android:description="@string/permdesc_asec_create" /> @@ -748,7 +748,7 @@ @hide --> <permission android:name="android.permission.ASEC_DESTROY" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" - android:protectionLevel="dangerous" + android:protectionLevel="signature" android:label="@string/permlab_asec_destroy" android:description="@string/permdesc_asec_destroy" /> @@ -756,7 +756,7 @@ @hide --> <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" - android:protectionLevel="dangerous" + android:protectionLevel="signature" android:label="@string/permlab_asec_mount_unmount" android:description="@string/permdesc_asec_mount_unmount" /> @@ -764,7 +764,7 @@ @hide --> <permission android:name="android.permission.ASEC_RENAME" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" - android:protectionLevel="dangerous" + android:protectionLevel="signature" android:label="@string/permlab_asec_rename" android:description="@string/permdesc_asec_rename" /> |