Certain LineageOS ROMs have broken fused location provider that pretends
to be enabled, but in the reality does absolutely nothing. The system just
misreports that fused provider is available, but it doesn't return any
location updates. This behavior is affected by privacy-related checkboxes
offered during initial onboarding screens.
This PR always tries all three providers (fused, gps and network) even
if fused is reported to be available.
Closes#4158
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>