Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0752da22 authored by Cheuksan Wang's avatar Cheuksan Wang Committed by Android (Google) Code Review
Browse files

Merge "add system|signature protection to...

Merge "add system|signature protection to android.permission.BIND_CARRIER_MESSAGING_SERVICE" into lmp-mr1-dev
parents 0702752c 98134486
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 -->