public class CallLog extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CallLog.Calls
Contains the recent calls.
|
Modifier and Type | Field and Description |
---|---|
static String |
AUTHORITY |
static Uri |
CONTENT_URI
The content:// style URL for this provider
|
static String |
SHADOW_AUTHORITY
The "shadow" provider stores calllog when the real calllog provider is encrypted.
|
Constructor and Description |
---|
CallLog() |
public static final String AUTHORITY
public static final Uri CONTENT_URI
public static final String SHADOW_AUTHORITY
See the comment in CallLog.Calls.addCall(com.android.internal.telephony.CallerInfo, android.content.Context, java.lang.String, int, int, int, android.telecom.PhoneAccountHandle, long, int, java.lang.Long)
for the details.