Stay organized with collections
Save and categorize content based on your preferences.
CallLog
open class CallLog
The CallLog provider contains information about placed and received calls.
Summary
Nested classes |
open |
Contains the recent calls.
|
open |
Table that contains information on location data sent via call composer.
|
Properties |
static Uri! |
The content:// style URL for this provider
|
Constants
AUTHORITY
static val AUTHORITY: String
Value: "call_log"
Public constructors
Properties
CONTENT_URI
static val CONTENT_URI: Uri!
The content:// style URL for this provider
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# CallLog\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nCallLog\n=======\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/CallLog \"View this page in Java\") \n\n```\nopen class CallLog\n```\n\n|---|-------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.provider.CallLog](#) |\n\nThe CallLog provider contains information about placed and received calls.\n\nSummary\n-------\n\n| Nested classes ||\n|------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| open | [Calls](/reference/kotlin/android/provider/CallLog.Calls) Contains the recent calls. |\n| open | [Locations](/reference/kotlin/android/provider/CallLog.Locations) Table that contains information on location data sent via call composer. |\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|----------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [AUTHORITY](#AUTHORITY:kotlin.String) \u003cbr /\u003e |\n\n| Public constructors ||\n|----------------------------------|---|\n| [CallLog](#CallLog())`()` \u003cbr /\u003e |\n\n| Properties ||\n|---------------------------------|----------------------------------------------------------------------------------------|\n| static [Uri](../net/Uri.html#)! | [CONTENT_URI](#CONTENT_URI:android.net.Uri) The content:// style URL for this provider |\n\nConstants\n---------\n\n### AUTHORITY\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val AUTHORITY: String\n``` \n\n Value: \"call_log\"\n\nPublic constructors\n-------------------\n\n### CallLog\n\n```\nCallLog()\n```\n\nProperties\n----------\n\n### CONTENT_URI\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CONTENT_URI: Uri!\n```\n\nThe content:// style URL for this provider"]]