python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
isFromMockProvider() is returning true even if I am turning off fake/mock location
I am getting location, to check that is it Mock or not I am doing it as:
if(location.isFromMockProvider()){
return true;
}
If there is no fake gps app, it will return false.
I am testing it by dow...

Faizan Ahmad
Votes: 0
Answers: 2