aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 928a0b8..9b92d7f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -280,5 +280,13 @@
<action android:name="cgeo.geocaching.CGEOGPXES"/>
</intent-filter>
</activity>
+ <activity
+ android:name=".cgSelectMapfile"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOSELMAP"/>
+ </intent-filter>
+ </activity>
</application>
</manifest>