Skip to content

Commit d7fa7de

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "Fixes update of extras Bundle in new Locations for GPS Provider"
2 parents f881fa5 + ced2b2c commit d7fa7de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/java/com/android/server/location/GpsLocationProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,7 @@ private void reportLocation(int flags, double latitude, double longitude, double
10771077
} else {
10781078
mLocation.removeAccuracy();
10791079
}
1080+
mLocation.setExtras(mLocationExtras);
10801081

10811082
try {
10821083
mLocationManager.reportLocation(mLocation, false);

0 commit comments

Comments
 (0)