Currently we use LocationManager to get GPS updates every few seconds, we use it for high accuracy updates.
Besides, we also want to get location coordinates every 5 minutes irrespective of GPS state (turned on/off), we really ignore accuracy of location in this scenario. We want to use FusedLocationProvider for this operation.
Can both locationmanager and fusedlocationprovider co-exist in the same app; if so, are there any reliability issues?