Loading services/java/com/android/server/LocationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1940,7 +1940,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run // Geocoder public Boolean geocoderIsImplemented() { public boolean geocoderIsImplemented() { return mGeocodeProvider != null; } Loading Loading
services/java/com/android/server/LocationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1940,7 +1940,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run // Geocoder public Boolean geocoderIsImplemented() { public boolean geocoderIsImplemented() { return mGeocodeProvider != null; } Loading