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:
@@ -295,7 +295,6 @@ PRODUCT_PACKAGES += \
|
||||
WifiResCommon
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
DialerResXiaomi \
|
||||
FrameworksResTarget \
|
||||
FrameworksResXiaomi \
|
||||
LineageResXiaomi \
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "DialerResXiaomi",
|
||||
vendor: true,
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user