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

Commit 27a60d4e authored by Yu-Han Yang's avatar Yu-Han Yang Committed by android-build-merger
Browse files

Merge "Enable REQUEST_LOCATION from GNSS HAL" into pi-dev

am: 6eb9ce63

Change-Id: Ie75c6c150450afd21a88736ec9d29d7dd17fdb87
parents b2ba0d4c 6eb9ce63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ public class GnssLocationProvider implements LocationProviderInterface, InjectNt
    // 1 second, or 1 Hz frequency.
    private static final long LOCATION_UPDATE_MIN_TIME_INTERVAL_MILLIS = 1000;
    // Default update duration in milliseconds for REQUEST_LOCATION.
    private static final long LOCATION_UPDATE_DURATION_MILLIS = 0;
    private static final long LOCATION_UPDATE_DURATION_MILLIS = 10 * 1000;

    /** simpler wrapper for ProviderRequest + Worksource */
    private static class GpsRequest {