You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
I have tested the location restriction with two applications Elixir2 (Network Location) and AndroiTS GPS Test (GPS Location) it appears they see my real location.
Elixir2 have usage data under location category for that functions:
Srv.getAllProviders = unchecked
Srv.getCellLocation = checked
Srv.getNeighboringCellInfo = checked
Srv.isProviderEnabled = unchecked
They and other app don't have the usage data for gms function.
I have captured the logcat after launched these app, I don't see they have any error or warning but in the data/data/biz.bokhorst.xprivacy/log.txt I see this error:
E/XPrivacy/XLocationManagerService: android: method not found: com.android.server.LocationManagerService.getLastLocation
If you want I will capture another logcat later.
The text was updated successfully, but these errors were encountered:
I tested this version and Elixir2 see a fake location! but not AndroiTS GPS Test, for him in the logcat iI don't see any error, only this:
2014-01-14 19:01:51.896 W/XPrivacy/XLocationManagerService: Remove: listener not found
I will send the logcat and XP log at your contact.
I have tested the location restriction with two applications Elixir2 (Network Location) and AndroiTS GPS Test (GPS Location) it appears they see my real location.
Elixir2 have usage data under location category for that functions:
Srv.getAllProviders = unchecked
Srv.getCellLocation = checked
Srv.getNeighboringCellInfo = checked
Srv.isProviderEnabled = unchecked
GPS Test:
Srv.addGpsStatusListener = unchecked
Srv.isProviderEnabled = unchecked
Srv.removeUpdates = unchecked
Srv.requestLocationUpdates = unchecked
They and other app don't have the usage data for gms function.
I have captured the logcat after launched these app, I don't see they have any error or warning but in the data/data/biz.bokhorst.xprivacy/log.txt I see this error:
E/XPrivacy/XLocationManagerService: android: method not found: com.android.server.LocationManagerService.getLastLocation
If you want I will capture another logcat later.
The text was updated successfully, but these errors were encountered: