Update srtm activity
This commit is contained in:
parent
4975fc694c
commit
516f97ab4a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
package net.osmand.srtmPlugin;
|
package net.osmand.srtmPlugin;
|
||||||
|
|
||||||
|
|
||||||
|
import net.osmand.srtmPlugin.paid.R;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
|
import android.app.AlertDialog;
|
||||||
import android.content.ActivityNotFoundException;
|
import android.content.ActivityNotFoundException;
|
||||||
import android.content.ComponentName;
|
import android.content.ComponentName;
|
||||||
import android.content.DialogInterface;
|
import android.content.DialogInterface;
|
||||||
|
@ -9,9 +12,6 @@ import android.content.pm.PackageManager;
|
||||||
import android.content.pm.ResolveInfo;
|
import android.content.pm.ResolveInfo;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.support.v7.app.AlertDialog;
|
|
||||||
|
|
||||||
import net.osmand.srtmPlugin.paid.R;
|
|
||||||
|
|
||||||
public class SRTMPluginActivity extends Activity {
|
public class SRTMPluginActivity extends Activity {
|
||||||
private static final String OSMAND_COMPONENT = "net.osmand"; //$NON-NLS-1$
|
private static final String OSMAND_COMPONENT = "net.osmand"; //$NON-NLS-1$
|
||||||
|
|
Loading…
Reference in a new issue