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

Commit 1d44f9e0 authored by James.cf Lin's avatar James.cf Lin
Browse files

[RCS UCE] Add the APIs to access the device config of RCS User Capability Exchange enabled

Bug: 178239287
Test: atest -c CtsTelephonyTestCases:android.telephony.ims.cts.RcsUceAdapterTest
Change-Id: I1bd2d0e0dc88dcd72e7c2682483c8039f4aa8927
parent 499850f9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2392,6 +2392,16 @@ interface ITelephony {
     */
    String getContactFromEab(String contact);

    /*
     * Check whether the device supports RCS User Capability Exchange or not.
     */
    boolean getDeviceUceEnabled();

    /*
     * Set the device supports RCS User Capability Exchange.
     */
     void setDeviceUceEnabled(boolean isEnabled);

    /**
     * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the
     * specified thresholds.