I've been using the FusedLocationProvider
api for a couple months now, but after an uncertain period, users report issues that stem from FusedLocationProviderClient
not returning any locations in onLocationResult
here is a gist containing my locationhandler-class:
there are 3 assumptions that are proven to be correct
it's not an issue of
permissions
, I have the same issue happening on my dev phone right now with all permissions granted.GPS
is actived and set to GPS+WLAN mode.the call order was correct (disconnect() was not accidentally called after connect())
anyone, who can help me figure out what to do here?