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

Commit 1923a47f authored by huiwan's avatar huiwan Committed by Steve Kondik
Browse files

Dialer: add CallRecorder permission for InCallUI

Add CallRecorder related permission for InCallUI.

CallRecorder permission: com.qualcomm.permission.USE_PHONE_SERVICE

Change-Id: I627029b2dcfcde8260929d19cfdec6bb069bc39b
parent 8612f802
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
     presses home. -->
    <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="com.qualcomm.permission.USE_PHONE_SERVICE" />

    <application
        android:name="DialerApplication"