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

Commit 71a4d82a authored by Brian Julian's avatar Brian Julian Committed by Android (Google) Code Review
Browse files

Merge "Changes default value of enable_location_provider_manager_msl to true...

Merge "Changes default value of enable_location_provider_manager_msl to true from false (stability verified via mendel experiment)."
parents 43d9b85f 81119ebc
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 {