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

* commit 'e939edb5b4e991998ae8219b03d75c10cdc765cb':
  Fixes update of extras Bundle in new Locations for GPS Provider
This commit is contained in:
Jean-Baptiste Queru
2012-02-28 13:53:17 -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);