OsmAnd/plugins/Osmand-SRTMPlugin/AndroidManifest.xml
2013-02-09 23:39:32 +01:00

23 lines
765 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.osmand.srtmPlugin.paid"
android:versionCode="3"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="4" />
<application
android:icon="@drawable/icon"
android:label="@string/app_label" >
<activity
android:name="net.osmand.srtmPlugin.SRTMPluginActivity"
android:label="@string/app_name" >
<!--
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter> -->
</activity>
</application>
</manifest>