add system|signature protection to

android.permission.BIND_CARRIER_MESSAGING_SERVICE

Bug: 18005911
Change-Id: Iacb16a20c5cef4a55be0187af0a47e0cb82b409b
This commit is contained in:
Cheuksan Wang
2014-12-05 10:44:43 -08:00
committed by John Huang
parent 7fbcac6a03
commit 981344861c

View File

@@ -2914,7 +2914,8 @@
Any service that filters for this intent must be a carrier privileged app. -->
<permission android:name="android.permission.BIND_CARRIER_MESSAGING_SERVICE"
android:label="@string/permlab_bindCarrierMessagingService"
android:description="@string/permdesc_bindCarrierMessagingService" />
android:description="@string/permdesc_bindCarrierMessagingService"
android:protectionLevel="signature|system" />
<!-- The system process is explicitly the only one allowed to launch the
confirmation UI for full backup/restore -->