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

Commit d35f5713 authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by Android (Google) Code Review
Browse files

Merge "Fix typo"

parents 542b2aac 4eaa2ecb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1971,7 +1971,7 @@ public class LocationManager {
    public void removeGpsMeasurementListener(GpsMeasurementsEvent.Listener listener) {}

    /**
     * Registers a GPS Measurement callback which will run on a binder threadS.
     * Registers a GPS Measurement callback which will run on a binder thread.
     *
     * @param callback a {@link GnssMeasurementsEvent.Callback} object to register.
     * @return {@code true} if the callback was added successfully, {@code false} otherwise.