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

Commit bf84eb5e authored by Santos Cordon's avatar Santos Cordon
Browse files

Add permissions for the InCallUI Split.

Change-Id: Ic759d14acefcea746e0d8e86c0f006d4bc462386
parent 2241d45c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1061,6 +1061,12 @@
        android:description="@string/permdesc_use_sip"
        android:label="@string/permlab_use_sip" />

    <!-- Allows an application to request CallHandlerService implementations. -->
    <permission android:name="android.permission.CAN_REQUEST_HANDLE_CALL_SERVICE"
        android:permissionGroup="android.permission-group.PHONE_CALLS"
        android:protectionLevel="system" />


    <!-- ================================== -->
    <!-- Permissions for sdcard interaction -->
    <!-- ================================== -->