Demo of a location caching Service that monitors the mock location system setting.
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.
The following table is the detailed list of SecureLocationServiceDemo.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
Test Case Count | 1 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_MOCK_LOCATION |
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