Merge "[RCS UCE] Add the APIs to access the device config of RCS User Capability Exchange enabled" am: 02bf7d1288 am: 3640adadee am: df25462ffe

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib1a6ee00506a5b570adc2f4c4545af1f9f279336
This commit is contained in:
James Lin
2021-02-02 06:41:23 +00:00
committed by Automerger Merge Worker

View File

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