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

Commit 327c039f 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: fe8998af

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