Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4545dfc0 authored by Bruno Martins's avatar Bruno Martins Committed by Bharath
Browse files

FP3: 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
parent a5bdac76
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -502,12 +502,6 @@ PRODUCT_PACKAGES += \
    librmnetctl \
    libprotobuf-cpp-full

# RCS
PRODUCT_PACKAGES += \
    com.android.ims.rcsmanager \
    PresencePolling \
    RcsService

# Telephony
PRODUCT_PACKAGES += \
    qti-telephony-hidl-wrapper \
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    <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>
    <string name="config_ims_rcs_package" translatable="false">org.codeaurora.ims</string>
</resources>