Most visited

Recently visited

Added in API level 1

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

From class java.lang.Object

Constants

AUTHORITY

Added in API level 1
String AUTHORITY

Constant Value: "call_log"

Fields

CONTENT_URI

Added in API level 1
Uri CONTENT_URI

The content:// style URL for this provider

Public constructors

CallLog

Added in API level 1
CallLog ()

Hooray!