I am using simple location manager object to get lastKnownLocation() of device but getting null object in
// Get the location from the given provider Location location = locationManager .getLastKnownLocation(provider); locationManager.requestLocationUpdates(provider, 1000, 1, this);