I'm working on location based app. I am using LocationUpdatesForegroundService
sample code.
Which is a Service
to get location details
At some case location are not getting.
like.
GPS and Internet are on I'm getting location details.
but,
GPS and Internet are in offline I'm not getting location details.
case :
Start app I am start to service getting location but gps
off case to first prompt to please gps
ON after I gps
ON.
BUT not getting LOCATION mFusedLocationClient.getLastLocation
method task.getResult()
are null
.
please resolve my issue.
Thanks
NOTE: This code working in MOTO E os version 4.4.4. but not working in LAVA a97 os version 6.0
I'm using this sample :- https://github.com/googlesamples/android-play-location/tree/master/LocationUpdatesForegroundService