I am working on an app which involves tracking of android device. I found a google's sample code for getting location updates here which is working really good and easy to implement but the problem is it stops getting location updates when mobile's GPS is turned off.
So, I want to know that is there any way to get location updates from network connection using fused location API even if the GPS of the mobile is turned off.
Thanks