addRecentCallsEntry

suspend fun addRecentCallsEntry(typedCall: TypedCall, callTime: Instant)

Add a single call with a name. Each TypedCall is a pair value (phone number, call type) with a none blank phone number.

See also

android.provider.CallLog.Calls

for the list of call type.

Parameters

typedCall

The call to add. Phone number should not be blank.

callTime

The instant of the call time.