admin管理员组

文章数量:1405751

I have a program that derives last known location from each Location Provider on Android. After using a GPS mock app, some of the providers last known location was marked as mocked - even though the GPS mock was off. I experimented with other GPS mock apps as well and had some more false positives, false negatives and a lot of "last known location == null". I want to figure out why. The documentation isn't really helpful. How can a GPS mock app bypass these defenses?

本文标签: mockingGPS Mock in Android checksStack Overflow