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

Commit 6caeb93b 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

am: de3e45a2

Change-Id: Ib62670f9138f9c12817118e439b33251c10461c2
parents 50f1254b de3e45a2
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());
            }
        }