am 5982bf66
: GPS: Restore XTRA downloading at boot.
* commit '5982bf66d4fdea38105d91ff0f9d38660ac87581': GPS: Restore XTRA downloading at boot.
This commit is contained in:
@ -203,7 +203,7 @@ public class GpsLocationProvider implements LocationProviderInterface {
|
|||||||
// flags to trigger NTP or XTRA data download when network becomes available
|
// flags to trigger NTP or XTRA data download when network becomes available
|
||||||
// initialized to true so we do NTP and XTRA when the network comes up after booting
|
// initialized to true so we do NTP and XTRA when the network comes up after booting
|
||||||
private boolean mInjectNtpTimePending = true;
|
private boolean mInjectNtpTimePending = true;
|
||||||
private boolean mDownloadXtraDataPending = false;
|
private boolean mDownloadXtraDataPending = true;
|
||||||
|
|
||||||
// true if GPS is navigating
|
// true if GPS is navigating
|
||||||
private boolean mNavigating;
|
private boolean mNavigating;
|
||||||
|
Reference in New Issue
Block a user