am 5982bf66: GPS: Restore XTRA downloading at boot.

* commit '5982bf66d4fdea38105d91ff0f9d38660ac87581':
  GPS: Restore XTRA downloading at boot.
This commit is contained in:
Mike Lockwood
2011-03-17 16:20:56 -07:00
committed by Android Git Automerger

View File

@ -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;