If you want to take a dump of your call records (on an Android device) in a csv format and analyse it in an excel sheet or on any database..
calldetailsbackup is hosted in the following web site
https://github.com/vvallabb/calldetailsbackup
If you think the Android project calldetailsbackup 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 calldetailsbackup.
Item | Value |
---|---|
Java File Count | 3 |
Activity Count | 1 |
Required Permissions | android.permission.READ_CALL_LOG android.permission.WRITE_EXTERNAL_STORAGE |
calldetailsbackup has the following Java source files.
com.example.vvallabb.calldetailsbackup.ApplicationTest.java com.example.vvallabb.calldetailsbackup.MyActivity.java com.example.vvallabb.calldetailsbackup.pojo.CallDetailsRecord.java