Merge change 1069 into donut
* changes: GpsStatus: Increase NUM_SATELLITES to 255 for future compatibility.
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.NoSuchElementException;
|
|||||||
* This class is used in conjunction with the {@link Listener} interface.
|
* This class is used in conjunction with the {@link Listener} interface.
|
||||||
*/
|
*/
|
||||||
public final class GpsStatus {
|
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 */
|
/* These package private values are modified by the LocationManager class */
|
||||||
private int mTimeToFirstFix;
|
private int mTimeToFirstFix;
|
||||||
|
|||||||
Reference in New Issue
Block a user