Main objective of this tutorial is to help you to getting call logs details from android device and also inserting call logs into device..
Android-Call-logs-Code-Sample is hosted in the following web site
https://github.com/theappguruz/Android-Call-logs-Code-Sample
If you think the Android project Android-Call-logs-Code-Sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-Call-logs-Code-Sample.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_CONTACTS android.permission.WRITE_CONTACTS |
There are 3 image files in Android-Call-logs-Code-Sample. The names of the image files are listed as follows.
button.9.png ic_action_search.png textbox.9.png
The following screenshort is generated from the image listed above.
Android-Call-logs-Code-Sample has the following Java source files.
com.prince.readingcalllogs.CallLogHelper.java com.prince.readingcalllogs.InsertCallLog.java com.prince.readingcalllogs.MainActivity.java