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"