* commit 'f418738c64413b818e2dc507c912c2678876632f': Fixes update of extras Bundle in new Locations for GPS Provider
This commit is contained in:
committed by
Android Git Automerger
commit
e939edb5b4
@ -1077,6 +1077,7 @@ public class GpsLocationProvider implements LocationProviderInterface {
|
|||||||
} else {
|
} else {
|
||||||
mLocation.removeAccuracy();
|
mLocation.removeAccuracy();
|
||||||
}
|
}
|
||||||
|
mLocation.setExtras(mLocationExtras);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
mLocationManager.reportLocation(mLocation, false);
|
mLocationManager.reportLocation(mLocation, false);
|
||||||
|
Reference in New Issue
Block a user