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)
Unity Library: Android GPS Access Issue
I am having issues with the unity library when it comes to accessing GPS Data from my phone. I have debugged it and it goes to LocationServiceStatus.stopped. But I get 0's for coordinates so I don't ...
Choppa200
Votes: 0
Answers: 0
FusedLocationProviderClient crash with java.lang.NullPointerException: parameter location specified as non-null is null
I'm using FusedLocationProviderClient in my app and it works fine to get user current location but suddenly I got this crash
java.lang.NullPointerException: Parameter specified as non-null is null: me...

Amin
Votes: 0
Answers: 1
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