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

Commit 42e76119 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Add Telephony connection event for call forwarded supp service notice."...

Merge "Add Telephony connection event for call forwarded supp service notice." into oc-dr1-dev am: 7772487d
am: 5f661f94

Change-Id: Id9f07a3d2bcac7e0d0d345b77d0856aa595239d6
parents 8135cb3d 5f661f94
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -869,6 +869,20 @@ public class TelephonyManager {
    public static final String EVENT_NOTIFY_INTERNATIONAL_CALL_ON_WFC =
    public static final String EVENT_NOTIFY_INTERNATIONAL_CALL_ON_WFC =
            "android.telephony.event.EVENT_NOTIFY_INTERNATIONAL_CALL_ON_WFC";
            "android.telephony.event.EVENT_NOTIFY_INTERNATIONAL_CALL_ON_WFC";


    /**
     * {@link android.telecom.Connection} event used to indicate that an outgoing call has been
     * forwarded to another number.
     * <p>
     * Sent in response to an IMS supplementary service notification indicating the call has been
     * forwarded.
     * <p>
     * Sent via {@link android.telecom.Connection#sendConnectionEvent(String, Bundle)}.
     * The {@link Bundle} parameter is expected to be null when this connection event is used.
     * @hide
     */
    public static final String EVENT_CALL_FORWARDED =
            "android.telephony.event.EVENT_CALL_FORWARDED";

    /* Visual voicemail protocols */
    /* Visual voicemail protocols */


    /**
    /**