oplus: Import cleaned QSSI RROs from LE2115.11.C.48
* Remove anything that the value is already the default, or deprecated. Change-Id: I597a93b580754a7fde51d051accfffca54c22482
This commit is contained in:
9
overlay/qssi/TelephonyResCommon/Android.bp
Normal file
9
overlay/qssi/TelephonyResCommon/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Copyright (C) 2022 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "TelephonyResCommon",
|
||||
product_specific: true,
|
||||
}
|
||||
13
overlay/qssi/TelephonyResCommon/AndroidManifest.xml
Normal file
13
overlay/qssi/TelephonyResCommon/AndroidManifest.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.phone.overlay.common">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="200"
|
||||
android:targetPackage="com.android.phone" />
|
||||
</manifest>
|
||||
44
overlay/qssi/TelephonyResCommon/res/values/config.xml
Normal file
44
overlay/qssi/TelephonyResCommon/res/values/config.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Flag indicating whether the device supports RTT (real-time text) -->
|
||||
<bool name="config_support_rtt">true</bool>
|
||||
|
||||
<!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
|
||||
able to prevent manual operator selection. If false, this SIM setting will be
|
||||
ignored and manual operator selection will always be available. See
|
||||
CPHS4_2.WW6, CPHS B.4.7.1 for more information -->
|
||||
<!-- DEPRECATED: Use CarrierConfigManager#KEY_CSP_ENABLED_BOOL -->
|
||||
<bool name="csp_enabled">true</bool>
|
||||
|
||||
<!-- Flag indicating if dtmf tone type is enabled -->
|
||||
<!-- DEPRECATED: Use CarrierConfigManager#KEY_DTMF_TYPE_ENABLED_BOOL -->
|
||||
<bool name="dtmf_type_enabled">true</bool>
|
||||
|
||||
<!-- Determine whether calls to mute the microphone in PhoneUtils
|
||||
are routed through the android.media.AudioManager class (true) or through
|
||||
the com.android.internal.telephony.Phone interface (false). -->
|
||||
<bool name="send_mic_mute_to_AudioManager">true</bool>
|
||||
|
||||
<!-- Flag indicating if the phone is a world phone -->
|
||||
<!-- DEPRECATED: Use CarrierConfigManager#KEY_WORLD_PHONE_BOOL -->
|
||||
<bool name="world_phone">true</bool>
|
||||
|
||||
<!-- Determine whether we should show the "listen for instructions" screen after
|
||||
successfully placing the OTA call -->
|
||||
<integer name="OtaShowListeningScreen">1</integer>
|
||||
|
||||
<!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
|
||||
<string name="config_ims_mmtel_package">org.codeaurora.ims</string>
|
||||
|
||||
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
||||
<string name="config_ims_rcs_package">vendor.qti.imsrcs</string>
|
||||
|
||||
<!-- The package name for the platform number verification supplier app. -->
|
||||
<string name="platform_number_verification_package">com.google.android.gms</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user