Android Open Source - Location system SecureLocationServiceDemo






Project Summary

Demo of a location caching Service that monitors the mock location system setting.

Web Site / Source Repository

SecureLocationServiceDemo is hosted in the following web site
https://github.com/lillicoder/SecureLocationServiceDemo

If you think the Android project SecureLocationServiceDemo 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 SecureLocationServiceDemo.

ItemValue
Java File Count6
Activity Count1
Test Case Count1
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_MOCK_LOCATION




Java Source Files

SecureLocationServiceDemo has the following Java source files.

com.lillicoder.demo.securelocationservice.DemoActivity.java
com.lillicoder.demo.securelocationservice.location.GeocodeLocationTask.java
com.lillicoder.demo.securelocationservice.location.LocalBinder.java
com.lillicoder.demo.securelocationservice.location.SecureLocationService.java
com.lillicoder.demo.securelocationservice.task.BaseTask.java
com.lillicoder.demo.securelocationservice.task.OnTaskCompletedListener.java