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

Unverified Commit 1531b712 authored by Michael Bestas's avatar Michael Bestas
Browse files

Dialer: Enable call recording over VOICE_CALL source by default

A lot has changed since 2015 and most if not all of the currently
supported devices have this configuration in their overlays.

Change-Id: Iad9261b73c38fce32545696562baf9868520d414
parent 7ee3fd58
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@
-->

<resources>
    <bool name="call_recording_enabled">false</bool>
    <!-- 1 (MIC) for microphone audio source (default)
         4 (VOICE_CALL) if supported by device for voice call uplink + downlink audio source -->
    <integer name="call_recording_audio_source">1</integer>
    <bool name="call_recording_enabled">true</bool>
    <!-- 1 (MIC) for microphone audio source
         4 (VOICE_CALL) for voice call uplink + downlink audio source (default) -->
    <integer name="call_recording_audio_source">4</integer>
</resources>