Fix build error (Boolean -> boolean)
Change-Id: I2f337e23f4b092de41523f1195546e9d65851c84
This commit is contained in:
@@ -1940,7 +1940,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
|
||||
|
||||
// Geocoder
|
||||
|
||||
public Boolean geocoderIsImplemented() {
|
||||
public boolean geocoderIsImplemented() {
|
||||
return mGeocodeProvider != null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user