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

Commit 7f60dc57 authored by Santos Cordon's avatar Santos Cordon Committed by Android (Google) Code Review
Browse files

Merge "Add permissions for the InCallUI Split." into klp-dev

parents 96661c42 bf84eb5e
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -1095,6 +1095,12 @@
        android:description="@string/permdesc_use_sip"
        android:description="@string/permdesc_use_sip"
        android:label="@string/permlab_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 -->
    <!-- Permissions for sdcard interaction -->
    <!-- ================================== -->
    <!-- ================================== -->