Remove the check of 'fused' provider for DBH
Bug: 161634196 Test: existing test passing Change-Id: Iaaa82ffa1a39d1e9b1e0d7780d05002159668a9b
This commit is contained in:
@@ -2008,9 +2008,7 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
|
||||
private final class FusedLocationListener extends LocationChangeListener {
|
||||
@Override
|
||||
public void onLocationChanged(Location location) {
|
||||
if (LocationManager.FUSED_PROVIDER.equals(location.getProvider())) {
|
||||
injectBestLocation(location);
|
||||
}
|
||||
injectBestLocation(location);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user