sm8250-common: 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:
Brad Ebinger 2019-12-05 11:37:45 -08:00 committed by LuK1337
parent ae433b889f
commit 5952f01dbd
2 changed files with 6 additions and 7 deletions

View file

@ -256,13 +256,6 @@
<!-- Flag specifying whether WFC over IMS is available on device --> <!-- Flag specifying whether WFC over IMS is available on device -->
<bool name="config_device_wfc_ims_available">true</bool> <bool name="config_device_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

@ -27,4 +27,10 @@
<!-- Show enabled lte option for lte device --> <!-- Show enabled lte option for lte device -->
<bool name="config_enabled_lte" translatable="false">true</bool> <bool name="config_enabled_lte" translatable="false">true</bool>
<!-- 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>