diff options
Diffstat (limited to 'main/AndroidManifest.xml')
| -rw-r--r-- | main/AndroidManifest.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/AndroidManifest.xml b/main/AndroidManifest.xml index 8f3fce8..95bbe8e 100644 --- a/main/AndroidManifest.xml +++ b/main/AndroidManifest.xml @@ -179,6 +179,24 @@ <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="http" android:host="www.geocaching.com" android:pathPrefix="/seek/cache_details.aspx" /> </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW" /> + <category android:name="android.intent.category.DEFAULT" /> + <category android:name="android.intent.category.BROWSABLE" /> + <data android:scheme="http" android:host="opencaching.de" android:pathPrefix="/OC" /> + </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW" /> + <category android:name="android.intent.category.DEFAULT" /> + <category android:name="android.intent.category.BROWSABLE" /> + <data android:scheme="http" android:host="www.opencaching.de" android:pathPrefix="/OC" /> + </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW" /> + <category android:name="android.intent.category.DEFAULT" /> + <category android:name="android.intent.category.BROWSABLE" /> + <data android:scheme="http" android:host="www.opencaching.de" android:pathPrefix="/viewcache.php" /> + </intent-filter> </activity> <activity android:name="cgeo.geocaching.TrackableActivity" |
