diff options
author | Tyler Gunn <tgunn@google.com> | 2021-05-17 20:34:48 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-17 20:34:48 +0000 |
commit | 817e62fb6f6f84a8634c8434fd302bdbbc99f928 (patch) | |
tree | 425d3474b9a3643789f4dbeb3c131ae2ba85477c /telephony/java/com/android/internal | |
parent | 659a42df8424d09e61fb26e5a179e384c8cdca4e (diff) | |
parent | e6bf310006289f6d4ca32a282376229fb17f2e41 (diff) |
Merge "Add telephony shell command to force D2D communications enabled." into sc-dev
Diffstat (limited to 'telephony/java/com/android/internal')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 4cd59a24b182..91ecbf081919 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2352,6 +2352,12 @@ interface ITelephony { void setActiveDeviceToDeviceTransport(String transport); /** + * Forces Device to Device communication to be enabled, even if the device config has it + * disabled. + */ + void setDeviceToDeviceForceEnabled(boolean isForceEnabled); + + /** * Gets the config of RCS VoLTE single registration enabled for the carrier/subscription. */ boolean getCarrierSingleRegistrationEnabled(int subId); |