-
Notifications
You must be signed in to change notification settings - Fork 527
Global settings - fake data doesn't work #2343
Comments
Global settings just work and can be overridden by application specific settings. Restricting locations is tricky, since many applications acquire a location through Play services. Also take into account caching. This is more a question, so please use the XDA XPrivacy forum for follow up questions. |
Hi M66B, The override function is clear. I'll explain it on an example: With this seeting and the global fake data, I get still my actual position. I don't understand this. Why have I to set it separate? Why are globals not enough? It is the same function? Thanks a lot again. |
The global settings don't determine whether the item is restricted or not, but what kind of data is returned.
Did you also restrict GPS:srv_isProviderenabled? |
@MartinS84 Maybe you can add your info to the FAQ in the README? |
Hello,
I've set all fake data in global settings, especially fake GPS.
If I now check the faked GPS location with an Wheather app, it still get my current location.
Only if I set the fake data in the app self, I get the faked location.
I would like to have faked data for more than one app and it is a lot of work to set it in all single app.
That's why my question: is this a bug?
For what are the fake data settings in global section and why doesn't work it globally?
How can I fake more than one app?
Thanks.
Tim
The text was updated successfully, but these errors were encountered: