CallLog

public class CallLog
extends Object

java.lang.Object
   ↳ android.provider.CallLog


The CallLog provider contains information about placed and received calls.

Summary

Nested classes

class CallLog.Calls

Contains the recent calls. 

class CallLog.Locations

Table that contains information on location data sent via call composer. 

Constants

String AUTHORITY

Fields

public static final Uri CONTENT_URI

The content:// style URL for this provider

Public constructors

CallLog()

Inherited methods

Constants

AUTHORITY

Added in API level 1
public static final String AUTHORITY

Constant Value: "call_log"

Fields

CONTENT_URI

Added in API level 1
public static final Uri CONTENT_URI

The content:// style URL for this provider

Public constructors

CallLog

public CallLog ()