Merge "Add EXTRA_HANDOVER_FROM_PHONE_ACCOUNT." into oc-dr1-dev

This commit is contained in:
Tyler Gunn
2017-06-13 20:48:12 +00:00
committed by Android (Google) Code Review

View File

@@ -368,6 +368,15 @@ public class TelecomManager {
*/
public static final String EXTRA_IS_HANDOVER = "android.telecom.extra.IS_HANDOVER";
/**
* Parcelable extra used with {@link #EXTRA_IS_HANDOVER} to indicate the source
* {@link PhoneAccountHandle} when initiating a handover which {@link ConnectionService}
* the handover is from.
* @hide
*/
public static final String EXTRA_HANDOVER_FROM_PHONE_ACCOUNT =
"android.telecom.extra.HANDOVER_FROM_PHONE_ACCOUNT";
/**
* Extra key specified in the {@link ConnectionRequest#getExtras()} when Telecom calls
* {@link ConnectionService#onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}