Restricting fake location application while collecting gps points with Collect android app

Hi @Lama
welcome to the forum! Please introduce yourself here!

While collecting data with Collect android app would it be possible to disable the fake location app that generates fake location?

It is doable. Location class we use provides isFromMockProvider() so we could easily check it and ignore such results.

Is that a real problem you faced?

1 Like