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

Commit 4fda9490 authored by James Lin's avatar James Lin Committed by Automerger Merge Worker
Browse files

Merge "[RCS UCE] Add the APIs to access the device config of RCS User...

Merge "[RCS UCE] Add the APIs to access the device config of RCS User Capability Exchange enabled" am: 02bf7d12 am: 3640adad am: df25462f am: 1658de5d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1566998

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I783aa174ae998b4c3dd0649d52438d99dceafed4
parents 15d72bbe 1658de5d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2360,6 +2360,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.