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

Commit 938f7019 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:...

Merge "IMS: Propagate RTT capability of the called party to UI." am: 66273f82 am: 62ed045f am: 3f5d5789 am: 3cb15ee6 am: 5c125c0b

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

Change-Id: I68ed6b1f5375563d76dde31ab0fb87bae0b98bc4
parents 860eca75 5c125c0b
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) {