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

Commit 1cb64dda authored by Suresh Koleti's avatar Suresh Koleti
Browse files

IMS: Get the scheme-specific part from the URI

Get the scheme-specific part from URI to get the actual dialed number
by user in add participant use case.

Change-Id: If6e15842c34f5761b80298f1d0a30690c61f0925
CRs-Fixed: 807265
parent 6d3db15f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ public final class CallsManager extends Call.ListenerBase {
        boolean isAddParticipant = ((extras != null) && (extras.getBoolean(
                TelephonyProperties.ADD_PARTICIPANT_KEY, false)));
        if (isAddParticipant) {
            addParticipant(handle.toString());
            addParticipant(handle.getSchemeSpecificPart());
            mInCallController.bringToForeground(false);
            return null;
        }