Update srtm activity

This commit is contained in:
Victor Shcherb 2016-08-14 23:41:23 +02:00
parent 4975fc694c
commit 516f97ab4a

View file

@ -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$