diff options
author | Jasper Lin <> | 2009-03-24 18:24:57 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-24 18:24:57 -0700 |
commit | 246924180995326ed368dadbc59772b41095d6e6 (patch) | |
tree | ec64b8cc31379f0e6c3de5e6fe3e03f7e169dd0c /core/res | |
parent | dace7ff271c7e08131202f4395ebaea99b6844c1 (diff) | |
download | frameworks_base-246924180995326ed368dadbc59772b41095d6e6.zip frameworks_base-246924180995326ed368dadbc59772b41095d6e6.tar.gz frameworks_base-246924180995326ed368dadbc59772b41095d6e6.tar.bz2 |
Automated import from //branches/master/...@140750,140750
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 1b145af..9a569a1 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -797,7 +797,7 @@ <permission android:name="android.permission.INSTALL_PACKAGES" android:label="@string/permlab_installPackages" android:description="@string/permdesc_installPackages" - android:protectionLevel="signature" /> + android:protectionLevel="signatureOrSystem" /> <!-- Allows an application to clear user data --> <permission android:name="android.permission.CLEAR_APP_USER_DATA" @@ -815,7 +815,7 @@ <permission android:name="android.permission.DELETE_PACKAGES" android:label="@string/permlab_deletePackages" android:description="@string/permdesc_deletePackages" - android:protectionLevel="signature" /> + android:protectionLevel="signatureOrSystem" /> <!-- Allows an application to change whether an application component (other than its own) is enabled or not. --> @@ -909,7 +909,7 @@ <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" android:label="@string/permlab_checkinProperties" android:description="@string/permdesc_checkinProperties" - android:protectionLevel="signature" /> + android:protectionLevel="signatureOrSystem" /> <!-- Allows an application to collect component usage statistics --> |