summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Zhauniarovich <y.zhalnerovich@gmail.com>2015-12-14 22:09:02 +0300
committerYury Zhauniarovich <y.zhalnerovich@gmail.com>2015-12-14 22:09:02 +0300
commit0ba41620b1e18c9238d64e85644f841cd646aa0f (patch)
tree1d285a2e8cca497c17284ff202705e28f14f26dd
parent9f4259fd97a2435b40c8785bd9a965fdd62c2db9 (diff)
downloadLauncher2-0ba41620b1e18c9238d64e85644f841cd646aa0f.tar.gz
Change signature|system permissions to signature|privileged
Permission protection level changed from signature|system, which is deprecated to signature|privileged. Change-Id: I93180786c05f6e0abc5b1ec34a24a006f7c7d299 Signed-off-by: Yury Zhauniarovich <y.zhalnerovich@gmail.com>
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6442a73c..51e03c87 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,7 +26,7 @@
<permission
android:name="com.android.launcher.permission.PRELOAD_WORKSPACE"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
- android:protectionLevel="signatureOrSystem" />
+ android:protectionLevel="signature|privileged" />
<permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
@@ -48,7 +48,7 @@
<permission
android:name="com.android.launcher.permission.WRITE_SETTINGS"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
- android:protectionLevel="signatureOrSystem"
+ android:protectionLevel="signature|privileged"
android:label="@string/permlab_write_settings"
android:description="@string/permdesc_write_settings"/>