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

Commit 81d74170 authored by Omkar Kolangade's avatar Omkar Kolangade Committed by android-build-merger
Browse files

IMS: ImsCallProfile Extra For Call Pull

am: 99eb21d1

* commit '99eb21d1':
  IMS: ImsCallProfile Extra For Call Pull
parents 2362bdf2 99eb21d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ public class ImsCallProfile implements Parcelable {
     *  Codec: Codec info.
     *  DisplayText: Display text for the call.
     *  AdditionalCallInfo: Additional call info.
     *  CallRadioTech: The radio tech on which the call is placed.
     *  CallPull: Boolean value specifying if the call is a pulled call.
     */
    public static final String EXTRA_OI = "oi";
    public static final String EXTRA_CNA = "cna";
@@ -188,6 +188,7 @@ public class ImsCallProfile implements Parcelable {
    public static final String EXTRA_CODEC = "Codec";
    public static final String EXTRA_DISPLAY_TEXT = "DisplayText";
    public static final String EXTRA_ADDITIONAL_CALL_INFO = "AdditionalCallInfo";
    public static final String EXTRA_IS_CALL_PULL = "CallPull";

    /**
     * Extra key which the RIL can use to indicate the radio technology used for a call.