summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJasper Lin <>2009-03-24 18:24:57 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-24 18:24:57 -0700
commit246924180995326ed368dadbc59772b41095d6e6 (patch)
treeec64b8cc31379f0e6c3de5e6fe3e03f7e169dd0c /core/res
parentdace7ff271c7e08131202f4395ebaea99b6844c1 (diff)
downloadframeworks_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.xml6
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 -->