am d7fa7dee: Merge "Fixes update of extras Bundle in new Locations for GPS Provider"

* commit 'd7fa7deef9bc0cf22bf450fdb062327697c087c4':
  Fixes update of extras Bundle in new Locations for GPS Provider
This commit is contained in:
Jean-Baptiste Queru
2012-02-28 13:30:39 -08:00
committed by Android Git Automerger

View File

@@ -1077,6 +1077,7 @@ public class GpsLocationProvider implements LocationProviderInterface {
} else {
mLocation.removeAccuracy();
}
mLocation.setExtras(mLocationExtras);
try {
mLocationManager.reportLocation(mLocation, false);