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

Commit 921d4455 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am e8b90ef4: am a8a6b084: Merge "Add fused location provider to real provider list" into jb-mr1-dev

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