# Print output for @column tags ?> CallLog - Android SDK | Android Developers

Most visited

Recently visited

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. 

Constants

String AUTHORITY

Fields

public static final Uri CONTENT_URI

The content:// style URL for this provider

Public constructors

CallLog()

Inherited methods

Constants

AUTHORITY

public static final String AUTHORITY

Constant Value: "call_log"

Fields

CONTENT_URI

public static final Uri CONTENT_URI

The content:// style URL for this provider

Public constructors

CallLog

public CallLog ()