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

Commit 42a04b56 authored by Li Wei's avatar Li Wei Committed by Linux Build Service Account
Browse files

InCallUI : add RECORD_AUDIO permission statement

Add RECORD_AUDIO permission statement in manifest,
to request use recording function.

Change-Id: I262fdd63653a9bc2bc7a7eedc205f4598aec2b77
parent 48b3c3be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
     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" />

    <application
        android:name="DialerApplication"