Android Open Source - Location Application callerloc






Project Summary

An Android app to show location info of incoming calls or outgoing calls in a floating window..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of callerloc.

ItemValue
Java File Count14
Supported screen sizes[hdpi]
Target SDK Version19
Minimum SDK Version5
Activity Count2
Required Permissionsandroid.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 Namesassets\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




Resource Files

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.

null




Java Source Files

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