From 156342b6c88812f80d6a48f5f81bbb236730cf17 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Fri, 9 Dec 2016 19:14:43 +0300 Subject: [PATCH] Drop unused imports --- .../src/net/osmand/parkingPlugin/ParkingPluginActivity.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Osmand-ParkingPlugin/src/net/osmand/parkingPlugin/ParkingPluginActivity.java b/plugins/Osmand-ParkingPlugin/src/net/osmand/parkingPlugin/ParkingPluginActivity.java index 03a98fafd0..e964426bbf 100644 --- a/plugins/Osmand-ParkingPlugin/src/net/osmand/parkingPlugin/ParkingPluginActivity.java +++ b/plugins/Osmand-ParkingPlugin/src/net/osmand/parkingPlugin/ParkingPluginActivity.java @@ -2,11 +2,9 @@ package net.osmand.parkingPlugin; import android.app.Activity; -import android.app.AlertDialog; import android.content.ActivityNotFoundException; import android.content.ComponentName; import android.content.Context; -import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo;