kunlun2: overlay: Remove old configuration and use new config for MMTEL/RCS

Remove the old config_ims_package device config and configure the
new MMTEL and RCS configurations in Telephony instead. Also,
configure the RcsService to be the default RCS service.

Bug: 111305845
Test: make checkbuild
Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
This commit is contained in:
LuK1337 2020-11-12 14:08:49 +01:00 committed by GiaSen
parent 7a5037cb9e
commit 5fca2b44ca
2 changed files with 6 additions and 7 deletions

View file

@ -386,13 +386,6 @@
provisioning, availability etc --> provisioning, availability etc -->
<bool name="config_carrier_wfc_ims_available">true</bool> <bool name="config_carrier_wfc_ims_available">true</bool>
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
<string name="config_ims_package">org.codeaurora.ims</string>
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in -->
<string name="config_wlan_data_service_package">vendor.qti.iwlan</string>
<!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an <!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in --> empty string is passed in -->
<string name="config_wlan_network_service_package">vendor.qti.iwlan</string> <string name="config_wlan_network_service_package">vendor.qti.iwlan</string>

View file

@ -16,4 +16,10 @@
<resources> <resources>
<!-- The package name for the platform carrier config app, bundled with system image. --> <!-- The package name for the platform carrier config app, bundled with system image. -->
<string name="platform_carrier_config_package" translatable="false">com.google.android.carrier</string> <string name="platform_carrier_config_package" translatable="false">com.google.android.carrier</string>
<!-- 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">com.android.service.ims</string>
</resources> </resources>