summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2019-12-05 11:37:45 -0800
committerMichael Bestas <mkbestas@lineageos.org>2020-12-20 18:55:02 +0200
commit02f1311226860c1e0796a25eea28e1918c8deb8e (patch)
tree520d2bbaedba3d00d899b2034ae4880237e67dc8 /overlay
parente612842d9225bd561c41529b414b8c61329d5019 (diff)
sdm660-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
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml7
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml6
2 files changed, 6 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6c69eee..031fc82 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -275,13 +275,6 @@
<bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool>
<bool name="config_setColorTransformAccelerated">true</bool>
- <!-- ImsService package name to bind to by default. If none is specified in an overlay, an
- empty string is passed in -->
- <string name="config_ims_package">org.codeaurora.ims</string>
-
- <!-- Flag specifying whether or not IMS will use the dynamic ImsResolver -->
- <bool name="config_dynamic_bind_ims">true</bool>
-
<!-- The name of the package that will hold the dialer role by default. -->
<!-- <string name="config_defaultDialer" translatable="false">org.codeaurora.dialer</string> -->
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
index 878f337..576a774 100644
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -42,4 +42,10 @@
<!-- Show Preferred Network Type options in No SIM case -->
<bool name="config_no_sim_display_network_modes">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>