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

This commit is contained in:
James Lin
2021-02-02 05:52:03 +00:00
committed by Gerrit Code Review

View File

@@ -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.