From 516f97ab4a22b06ad07455db61da6eab2f6153af Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 14 Aug 2016 23:41:23 +0200 Subject: [PATCH] Update srtm activity --- .../src/net/osmand/srtmPlugin/SRTMPluginActivity.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Osmand-SRTMPlugin/src/net/osmand/srtmPlugin/SRTMPluginActivity.java b/plugins/Osmand-SRTMPlugin/src/net/osmand/srtmPlugin/SRTMPluginActivity.java index f90ce43068..8350cd84b4 100644 --- a/plugins/Osmand-SRTMPlugin/src/net/osmand/srtmPlugin/SRTMPluginActivity.java +++ b/plugins/Osmand-SRTMPlugin/src/net/osmand/srtmPlugin/SRTMPluginActivity.java @@ -1,6 +1,9 @@ package net.osmand.srtmPlugin; + +import net.osmand.srtmPlugin.paid.R; import android.app.Activity; +import android.app.AlertDialog; import android.content.ActivityNotFoundException; import android.content.ComponentName; import android.content.DialogInterface; @@ -9,9 +12,6 @@ import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.net.Uri; import android.os.Bundle; -import android.support.v7.app.AlertDialog; - -import net.osmand.srtmPlugin.paid.R; public class SRTMPluginActivity extends Activity { private static final String OSMAND_COMPONENT = "net.osmand"; //$NON-NLS-1$