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
Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
Bruno Martins 2020-12-31 00:46:08 +00:00 committed by Giammarco Senatore
parent 66bdd28b09
commit cdd81c7801
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -21,5 +21,5 @@
<string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string> <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 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> </resources>