diff --git a/android/src/com/mapswithme/maps/MWMActivity.java b/android/src/com/mapswithme/maps/MWMActivity.java index 55bef25cd8..82a91d1287 100644 --- a/android/src/com/mapswithme/maps/MWMActivity.java +++ b/android/src/com/mapswithme/maps/MWMActivity.java @@ -1,7 +1,6 @@ package com.mapswithme.maps; import java.io.File; -import java.util.Locale; import com.mapswithme.maps.R; import com.mapswithme.maps.location.LocationService; diff --git a/android/src/com/mapswithme/maps/location/LocationService.java b/android/src/com/mapswithme/maps/location/LocationService.java index 3cb9bb37c5..d54f2bdec6 100644 --- a/android/src/com/mapswithme/maps/location/LocationService.java +++ b/android/src/com/mapswithme/maps/location/LocationService.java @@ -13,7 +13,6 @@ import android.hardware.SensorManager; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; -import android.location.LocationProvider; import android.os.Bundle; import android.util.Log; diff --git a/android/src/com/mapswithme/maps/location/WifiLocation.java b/android/src/com/mapswithme/maps/location/WifiLocation.java index c559366de7..e32db3e8a6 100644 --- a/android/src/com/mapswithme/maps/location/WifiLocation.java +++ b/android/src/com/mapswithme/maps/location/WifiLocation.java @@ -11,7 +11,6 @@ import java.util.List; import org.json.JSONException; import org.json.JSONObject; -import org.json.JSONTokener; import android.content.BroadcastReceiver; import android.content.Context;