Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81119ebc authored by Brian Julian's avatar Brian Julian
Browse files

Changes default value of enable_location_provider_manager_msl to true from...

Changes default value of enable_location_provider_manager_msl to true from false (stability verified via mendel experiment).

Relnote: N/A
Bug: 231327615
Bug: 241967503
Test: atest LocationProviderManagerTest
Change-Id: Iba43e09ab08db4cfee42dd9d688cb2a0adbdb7d7
parent 917edf2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2584,7 +2584,7 @@ public class LocationProviderManager extends

        // Attempt to add a missing MSL altitude on behalf of the provider.
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_LOCATION,
                "enable_location_provider_manager_msl", false)) {
                "enable_location_provider_manager_msl", true)) {
            return processed.map(location -> {
                if (!location.hasMslAltitude() && location.hasAltitude()) {
                    try {