Hi,
is there a method to check, if the user has the GPS enable, or do it for him?
btw: ist there a list of all Sys.getDeviceSettings methods?
thanks
Sven
I do usually do it in onPosition() by checking the quality, but it will also work with Activity.info and checking the quality there
In my case, I use onPosition() as I don't start recording the activity until after I've gotten good GPS data.
I think that the real problem was that I needed to null check the currentSpeed in my activity thus: