Skip to content

Instantly share code, notes, and snippets.

View muratsadic's full-sized avatar

Murat Sağdıç muratsadic

View GitHub Profile
@muratsadic
muratsadic / Get Android phone call history.md
Created April 28, 2023 18:43 — forked from kannansuresh/Get Android phone call history.md
Get Android phone call history/log programmatically

Source: AndroidDev

To get call history programmatically first add read contact permission in Manifest file:

<uses-permission android:name="android.permission.READ_CONTACTS" />

Create xml file. Add the below code in xml file:

<Linearlayout android:layout_height="fill_parent"