|
@@ -0,0 +1,12 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<!--
|
|
|
+ Copyright (C) 2024 The LineageOS Project
|
|
|
+ SPDX-License-Identifier: Apache-2.0
|
|
|
+-->
|
|
|
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
+ <bool name="call_recording_enabled">true</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">4</integer>
|
|
|
+</resources>
|