Merge "Add extra key for app-specified outgoing call timeout"
am: decc6c9d56
Change-Id: I58a70b265f4b5af735e93c9004616bd44d5c51de
This commit is contained in:
@@ -316,6 +316,15 @@ public class TelecomManager {
|
|||||||
*/
|
*/
|
||||||
public static final String EXTRA_CALL_BACK_NUMBER = "android.telecom.extra.CALL_BACK_NUMBER";
|
public static final String EXTRA_CALL_BACK_NUMBER = "android.telecom.extra.CALL_BACK_NUMBER";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The number of milliseconds that Telecom should wait after disconnecting a call via the
|
||||||
|
* ACTION_NEW_OUTGOING_CALL broadcast, in order to wait for the app which cancelled the call
|
||||||
|
* to make a new one.
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String EXTRA_NEW_OUTGOING_CALL_CANCEL_TIMEOUT =
|
||||||
|
"android.telecom.extra.NEW_OUTGOING_CALL_CANCEL_TIMEOUT";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A boolean meta-data value indicating whether an {@link InCallService} implements an
|
* A boolean meta-data value indicating whether an {@link InCallService} implements an
|
||||||
* in-call user interface. Dialer implementations (see {@link #getDefaultDialerPackage()}) which
|
* in-call user interface. Dialer implementations (see {@link #getDefaultDialerPackage()}) which
|
||||||
|
|||||||
Reference in New Issue
Block a user