summaryrefslogtreecommitdiff
path: root/overlay/packages/services
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2020-12-31 00:46:08 +0000
committerMichael Bestas <mkbestas@lineageos.org>2021-01-05 21:09:01 +0100
commit504b9a57b27ef191fe756ca60f54daeaeeb9fe9d (patch)
tree5680e9a6d4eef51d67baf686af28d0fb90507219 /overlay/packages/services
parent5d81e47efac2f4b8d4af15e03b5f8c1296699243 (diff)
sdm660-common: Use CodeAurora ImsService implementation for RCS
There is no evidence that Qualcomm devices running a rather recent IMS stack need to include AOSP RCS packages. RCS already worked before this change and continues to do so, but the main goal was to get rid of some of the RCS related log spam, which was accomplished here. Change-Id: I219546e29d288373877e9bcd194a60ef5e09f224
Diffstat (limited to 'overlay/packages/services')
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
index 0fb9172..c94316c 100644
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -47,5 +47,5 @@
<string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
- <string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
+ <string name="config_ims_rcs_package" translatable="false">org.codeaurora.ims</string>
</resources>