From af9992802992aaccfe1fb5893448939f215dd607 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Mon, 18 May 2009 14:35:49 -0700 Subject: [PATCH] Change BIND_APPWIDGET to be signatureOrSystem. See http://b/issue?id=1839074 for more details. --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 59b26a03673a3..ca2db119d8bc3 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -973,7 +973,7 @@ android:permissionGroup="android.permission-group.PERSONAL_INFO" android:label="@string/permlab_bindGadget" android:description="@string/permdesc_bindGadget" - android:protectionLevel="signature" /> + android:protectionLevel="signatureOrSystem" />