* commit 'a5b68f39e2936a83eac0b995992724cd5de6905d': 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
|
||||
// initialized to true so we do NTP and XTRA when the network comes up after booting
|
||||
private boolean mInjectNtpTimePending = true;
|
||||
private boolean mDownloadXtraDataPending = false;
|
||||
private boolean mDownloadXtraDataPending = true;
|
||||
|
||||
// true if GPS is navigating
|
||||
private boolean mNavigating;
|
||||
|
||||
Reference in New Issue
Block a user