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

Commit f431b4b3 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am c770ed8a: Merge change 1069 into donut

Merge commit 'c770ed8a'

* commit 'c770ed8a':
  GpsStatus: Increase NUM_SATELLITES to 255 for future compatibility.
parents 84c9097d c770ed8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import java.util.NoSuchElementException;
 * This class is used in conjunction with the {@link Listener} interface.
 */
public final class GpsStatus {
    private static final int NUM_SATELLITES = 32;
    private static final int NUM_SATELLITES = 255;

    /* These package private values are modified by the LocationManager class */
    private int mTimeToFirstFix;