sm8450-common: overlay: Remove Dialer overlay

Call recording is now enabled by default

Revert "sm8450-common: overlay: Enable call recording"

This reverts commit adec2e2a23.
This commit is contained in:
Michael Bestas
2026-01-21 09:37:18 +09:00
committed by Joey
parent 8162df4d1b
commit c13c853650
4 changed files with 0 additions and 33 deletions

View File

@@ -295,7 +295,6 @@ PRODUCT_PACKAGES += \
WifiResCommon
PRODUCT_PACKAGES += \
DialerResXiaomi \
FrameworksResTarget \
FrameworksResXiaomi \
LineageResXiaomi \

View File

@@ -1,10 +0,0 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "DialerResXiaomi",
vendor: true,
}

View File

@@ -1,10 +0,0 @@
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.dialer.overlay.xiaomi">
<overlay android:targetPackage="com.android.dialer"
android:isStatic="true"
android:priority="600"/>
</manifest>

View File

@@ -1,12 +0,0 @@
<?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>