From 1d44f9e09e80e30580e8b8a1a21f0a10ac7a1c03 Mon Sep 17 00:00:00 2001 From: "James.cf Lin" Date: Sun, 31 Jan 2021 05:29:35 +0800 Subject: [RCS UCE] Add the APIs to access the device config of RCS User Capability Exchange enabled Bug: 178239287 Test: atest -c CtsTelephonyTestCases:android.telephony.ims.cts.RcsUceAdapterTest Change-Id: I1bd2d0e0dc88dcd72e7c2682483c8039f4aa8927 --- telephony/java/com/android/internal/telephony/ITelephony.aidl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'telephony/java/com') 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. -- cgit v1.2.3