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

Commit 593608c4 authored by Malcolm Chen's avatar Malcolm Chen
Browse files

Expose ImsCallProfile.EXTRA_CONFERENCE and EXTRA_CONFERENCE_AVAIL.

Also make sure the old string values are also set or get, for backward
compatibility reason.

Bug: 162775499
Test: build
Change-Id: If5242e123609b2cbdbe16f8af8d82f16983545bc
parent 5eccbce3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1520,6 +1520,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType);
            if (conn.isAdhocConference()) {
                profile.setCallExtraBoolean(ImsCallProfile.EXTRA_CONFERENCE, true);
                // Also set value for EXTRA_CONFERENCE_DEPRECATED in case receivers are using old
                // values.
                profile.setCallExtraBoolean(ImsCallProfile.EXTRA_CONFERENCE_DEPRECATED, true);
            }
            profile.setCallExtraInt(ImsCallProfile.EXTRA_OIR, clirMode);
            profile.setCallExtraInt(ImsCallProfile.EXTRA_RETRY_CALL_FAIL_REASON,