Added missed incoming call SMS support
Provided a way for carrier to notify their users about missed incoming call via special SMS. Bug: 144068181 Test: MissedIncomingCallSmsFilterTest Merged-In: Iacf1ce5b2a79761536e2b31a0ea5644622b4913c Change-Id: Iacf1ce5b2a79761536e2b31a0ea5644622b4913c
This commit is contained in:
@@ -325,6 +325,14 @@ public class TelecomManager {
|
||||
public static final String EXTRA_CALL_CREATED_TIME_MILLIS =
|
||||
"android.telecom.extra.CALL_CREATED_TIME_MILLIS";
|
||||
|
||||
/**
|
||||
* Optional extra for incoming and outgoing calls containing a long which specifies the Epoch
|
||||
* time the call was created.
|
||||
* @hide
|
||||
*/
|
||||
public static final String EXTRA_CALL_CREATED_EPOCH_TIME_MILLIS =
|
||||
"android.telecom.extra.CALL_CREATED_EPOCH_TIME_MILLIS";
|
||||
|
||||
/**
|
||||
* Optional extra for incoming and outgoing calls containing a long which specifies the time
|
||||
* telecom began routing the call. This value is in milliseconds since boot.
|
||||
|
||||
Reference in New Issue
Block a user