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

Commit de3e45a2 authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by android-build-merger
Browse files

Merge "Remove GPS single shot request" into qt-dev

am: a4dbe5dd

Change-Id: I0a6e93ba3c7f4d820d81117429c1fb6f42032d64
parents 2160cfe1 a4dbe5dd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -162,9 +162,6 @@ public final class TwilightService extends SystemService
            if (mLocationManager.isProviderEnabled(LocationManager.NETWORK_PROVIDER)) {
                mLocationManager.requestSingleUpdate(
                        LocationManager.NETWORK_PROVIDER, this, Looper.getMainLooper());
            } else if (mLocationManager.isProviderEnabled(LocationManager.GPS_PROVIDER)) {
                mLocationManager.requestSingleUpdate(
                        LocationManager.GPS_PROVIDER, this, Looper.getMainLooper());
            }
        }