Publish srtm plugin
This commit is contained in:
parent
123aee6d0e
commit
8a98828b03
3 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.osmand.srtmPlugin"
|
||||
package="net.osmand.srtmPlugin.paid"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
|||
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
android:label="OsmAnd SRTM" >
|
||||
android:label="@string/app_label" >
|
||||
<activity
|
||||
android:name=".SRTMPluginActivity"
|
||||
android:name="net.osmand.srtmPlugin.SRTMPluginActivity"
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<string name="default_buttons_no">No</string>
|
||||
<string name="default_buttons_yes">Yes</string>
|
||||
<string name="osmand_app_not_found">OsmAnd is not installed</string>
|
||||
<string name="app_name">OsmAnd SRTM</string>
|
||||
<string name="parking_plugin_installed">OsmAnd SRTM Plugin is installed and enabled in OsmAnd settings.</string>
|
||||
<string name="app_name">OsmAnd Contour lines</string>
|
||||
<string name="app_label">OsmAnd Contour lines</string>
|
||||
<string name="parking_plugin_installed">OsmAnd Contour Lines Plugin is installed and enabled in OsmAnd settings.</string>
|
||||
</resources>
|
|
@ -1,5 +1,6 @@
|
|||
package net.osmand.srtmPlugin;
|
||||
|
||||
import net.osmand.srtmPlugin.paid.R;
|
||||
import android.app.Activity;
|
||||
import android.app.AlertDialog;
|
||||
import android.content.ActivityNotFoundException;
|
||||
|
|
Loading…
Reference in a new issue