Merge "[RCS UCE] Add the APIs to access the device config of RCS User Capability Exchange enabled" am: 02bf7d1288
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1566998 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0dc0528dc475aaab0868ce891340c2cc815712dd
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user