An Android app to show location info of incoming calls or outgoing calls in a floating window..
callerloc is hosted in the following web site
https://github.com/t-gao/callerloc
If you think the Android project callerloc 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 callerloc.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 5 |
Activity Count | 2 |
Required Permissions | android.permission.PROCESS_OUTGOING_CALLS android.permission.READ_CALL_LOG android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.SYSTEM_ALERT_WINDOW android.permission.WRITE_CALL_LOG android.permission.WRITE_CONTACTS |
Asset File Names | assets\dbs\callerloc1.db assets\dbs\callerloc10.db assets\dbs\callerloc11.db assets\dbs\callerloc12.db assets\dbs\callerloc2.db assets\dbs\callerloc3.db assets\dbs\callerloc4.db assets\dbs\callerloc5.db assets\dbs\callerloc6.db assets\dbs\callerloc7.db assets\dbs\callerloc8.db assets\dbs\callerloc9.db assets\files\specialNums.txt |
There are 10 image files in callerloc. The names of the image files are listed as follows.
about.png bg_black.9.png button.9.png goto_handle.png green_bg.9.png ic_call.png input_box.9.png refresh_calllogs.png search.png transparent.9.png
The following screenshort is generated from the image listed above.
callerloc has the following Java source files.
com.tony.callerloc.CallerlocApp.java com.tony.callerloc.db.Constants.java com.tony.callerloc.db.DatabaseInitializer.java com.tony.callerloc.db.DbHandler.java com.tony.callerloc.db.DbHelper.java com.tony.callerloc.services.CallAnswerService.java com.tony.callerloc.services.CallReceiver.java com.tony.callerloc.services.CallerlocRetriever.java com.tony.callerloc.services.FloatingWindowService.java com.tony.callerloc.services.UpdateCallLogService.java com.tony.callerloc.ui.BaseActivity.java com.tony.callerloc.ui.CallerlocActivity.java com.tony.callerloc.ui.ConfigActivity.java com.tony.callerloc.utils.EncryptUtil.java