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

Commit 919e5c0b authored by Pranav Madapurmath's avatar Pranav Madapurmath
Browse files

Correct add call during video call config docs

Update the carrier config docs for
KEY_ALLOW_ADD_CALL_DURING_VIDEO_CALL_BOOL. Adding calls during a video
call is only allowed if the carrier config is set to true.

Bug: 396638090
Flag: EXEMPT docs only
Test: build
Change-Id: I3399d7d239ab8984fa96e1951329a6ceb6668f15
parent 06722d90
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -2624,9 +2624,12 @@ public class CarrierConfigManager {
            "auto_retry_failed_wifi_emergency_call";
    /**
     * When true, indicates that adding a call is disabled when there is an ongoing video call
     * or when there is an ongoing call on wifi which was downgraded from video and VoWifi is
     * When {@code false}, indicates that adding a call is disabled when there is an ongoing video
     * call or when there is an ongoing call on wifi which was downgraded from video and VoWifi is
     * turned off.
     * When {@code true), indicates that another call can be added during an ongoing video call.
     * <p>
     * This is {@code true} by default.
     */
    public static final String KEY_ALLOW_ADD_CALL_DURING_VIDEO_CALL_BOOL =
            "allow_add_call_during_video_call";
@@ -2634,8 +2637,6 @@ public class CarrierConfigManager {
    /**
     * When {@code true}, indicates that video calls can be put on hold in order to swap to another
     * call (e.g. a new outgoing call).
     * When {@code false}, indicates that video calls will be disconnected when swapping to another
     * call.
     * <p>
     * This is {@code true} by default.
     */