mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-06 00:33:55 +09:00
15 lines
474 B
XML
15 lines
474 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2016 The CyanogenMod Project
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<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>
|