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:
parent
7a5037cb9e
commit
5fca2b44ca
2 changed files with 6 additions and 7 deletions
|
@ -386,13 +386,6 @@
|
|||
provisioning, availability etc -->
|
||||
<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
|
||||
empty string is passed in -->
|
||||
<string name="config_wlan_network_service_package">vendor.qti.iwlan</string>
|
||||
|
|
|
@ -16,4 +16,10 @@
|
|||
<resources>
|
||||
<!-- 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 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>
|
||||
|
|
Loading…
Reference in a new issue