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

Commit d0154927 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Adding "start call with video" extra for ACTION_CALL intent.

Bug: 16014224
Change-Id: I6240b50383de60fbe9038b247856227c6c278b85
parent 51cb9709
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -57,6 +57,13 @@ public final class TelecommConstants {
    public static final String EXTRA_START_CALL_WITH_SPEAKERPHONE =
            "android.intent.extra.START_CALL_WITH_SPEAKERPHONE";

    /**
     * Optional extra for {@link Intent#ACTION_CALL} containing a boolean that determines whether
     * the call should be started with video, if possible.
     */
    public static final String EXTRA_START_CALL_WITH_VIDEO =
            "android.intent.extra.START_CALL_WITH_VIDEO";

    /**
     * Extra for {@link #ACTION_INCOMING_CALL} containing the {@link CallServiceDescriptor} that
     * describes the call service to use for the incoming call.