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

Commit a8a6b084 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Add fused location provider to real provider list" into jb-mr1-dev

parents cbdb2136 c3575188
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -308,6 +308,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
            addProviderLocked(fusedLocationProvider);
            addProviderLocked(fusedLocationProvider);
            mProxyProviders.add(fusedLocationProvider);
            mProxyProviders.add(fusedLocationProvider);
            mEnabledProviders.add(fusedLocationProvider.getName());
            mEnabledProviders.add(fusedLocationProvider.getName());
            mRealProviders.put(LocationManager.FUSED_PROVIDER, fusedLocationProvider);
        } else {
        } else {
            Slog.e(TAG, "no fused location provider found",
            Slog.e(TAG, "no fused location provider found",
                    new IllegalStateException("Location service needs a fused location provider"));
                    new IllegalStateException("Location service needs a fused location provider"));