Change BIND_APPWIDGET to be signatureOrSystem.

See http://b/issue?id=1839074 for more details.
This commit is contained in:
Jeff Sharkey
2009-05-18 14:35:49 -07:00
parent 6c25654573
commit af99928029

View File

@@ -973,7 +973,7 @@
android:permissionGroup="android.permission-group.PERSONAL_INFO" android:permissionGroup="android.permission-group.PERSONAL_INFO"
android:label="@string/permlab_bindGadget" android:label="@string/permlab_bindGadget"
android:description="@string/permdesc_bindGadget" android:description="@string/permdesc_bindGadget"
android:protectionLevel="signature" /> android:protectionLevel="signatureOrSystem" />
<!-- Allows applications to change the background data setting <!-- Allows applications to change the background data setting
@hide pending API council --> @hide pending API council -->