How apps track your location without asking for permission
blog.trustlook.com
How apps track your location without asking for permission
1–10 of 35 posts
Re: How apps track your location without asking for permission
#2Re: How apps track your location without asking for permission
#3Yes, it's possible, but constantly scanning for APs will have the side effect of an app draining battery even faster than if it used the phone's location service.
Re: How apps track your location without asking for permission
#4Re: How apps track your location without asking for permission
#5Is accessing nearby BSSIDs available in a similar fashion on iOS? A quick look reveals: https://developer.apple.com/library/ios/documentation/System...
Re: How apps track your location without asking for permission
#6Very real issue to consider as we all try to guide Android's imminent permission system update (Make noise and open issues!) Is accessing nearby BSSIDs available in a similar fashion on iOS? A quick look reveals: https://developer.apple.com/library/ios/documentation/System...
Re: How apps track your location without asking for permission
#7Basically doing what the coarse location provider does anyways, which is corollate visible APs on the device with a db of mapped APs. Yes, it's possible, but constantly scanning for APs will have the side effect of an app draining battery even faster than if it used the phone's location service.
Re: How apps track your location without asking for permission
#8I wonder if this is a corner case of Google Play policy. Stealing privacy is forbidden on GP, but nearby wifi AP should be considered as a public accessible info.
Re: How apps track your location without asking for permission
#9Very real issue to consider as we all try to guide Android's imminent permission system update (Make noise and open issues!) Is accessing nearby BSSIDs available in a similar fashion on iOS? A quick look reveals: https://developer.apple.com/library/ios/documentation/System...
On iOS you can only access the information of the SSID you are connected to, not a list of nearby networks.
I honestly think Android's permission system is a joke, and a sceptical Google will fix the majority of the information leaks with this up-coming update.
PS - It is "interesting" that getting your google account address requires a special permission on Android, but getting your phone number does not. Wonder why that is? IMEI too.
Re: How apps track your location without asking for permission
#10Can someone explain this? It doesn't seem to make sense that with wifi disabled this would be possible (and the code they link to specifically has a fall through if wifi is disabled). Maybe something just got jumbled up in their explanation.