1164os Use the Fused location provider in the Weather widget
Description
Introduce LocationFetcher abstraction which has 2 implementations:
- FusedLocationFetcher (only available from Android 12)
- NetworkGpsLocationFetcher (below Android 12)
FusedLocationFetcher takes advantage of LocationManager.FUSED_PROVIDER that combines several location providers.
From exploratory tests, there is no real improvements in results using FusedLocationFetcher.
Tests
Exploratory tests for several days.
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/1164