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:
Jack Yu
2019-12-23 15:19:56 -08:00
parent a7fdceeba2
commit 6bff33b1a8
3 changed files with 35 additions and 1 deletions

View File

@@ -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.