diff options
author | James Lin <jamescflin@google.com> | 2021-02-02 05:52:03 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-02 05:52:03 +0000 |
commit | 02bf7d1288413dab218daef61c3ee8f5276b3e0f (patch) | |
tree | 85c0cb49359e7e8ebca491bfc1eb87fddb5611a3 /telephony/java | |
parent | 4ad0fdc5c968c180b56870aa4a5da4448dadec61 (diff) | |
parent | 1d44f9e09e80e30580e8b8a1a21f0a10ac7a1c03 (diff) |
Merge "[RCS UCE] Add the APIs to access the device config of RCS User Capability Exchange enabled"
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 8514625fa5b9..77d46f4c39cd 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -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. |