Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62ed045f authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "IMS: Propagate RTT capability of the called party to UI." am: 66273f82

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/696030

Change-Id: Iae6a7c5441ceb528678ffbcc5b21e25ec67a3da0
parents 63628115 66273f82
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -509,7 +509,11 @@ public class ParcelableCallUtils {
        android.telecom.Call.Details.CAPABILITY_TRANSFER,

        Connection.CAPABILITY_TRANSFER_CONSULTATIVE,
        android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE
        android.telecom.Call.Details.CAPABILITY_TRANSFER_CONSULTATIVE,

        Connection.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT,
        android.telecom.Call.Details.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT

    };

    private static int convertConnectionToCallCapabilities(int connectionCapabilities) {