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

Commit 39dcb62b authored by kaiyiz's avatar kaiyiz
Browse files

Dialer: Remove the RECORD_AUDIO permission

RECORD_AUDIO permission was added on AndroidManifest.xml in
platform/packages/apps/Dialer, but the recording function is
removed out of the InCallUI to another process. So we can
remove the permission statement in Dialer now.

CRs-Fixed: 783667

Change-Id: I26e0387cbfb8fd3bf2791e10da04979fdef360c6
parent 9340da07
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@
     start requests, even if they happen immediately after the user
     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