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

Commit fe8998af 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: I72794de9495b93d5ff919994165c2735764d8836
parents f9eb1266 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());
            }
        }