aboutsummaryrefslogtreecommitdiffstats
path: root/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/AndroidManifest.xml')
-rw-r--r--main/AndroidManifest.xml76
1 files changed, 2 insertions, 74 deletions
diff --git a/main/AndroidManifest.xml b/main/AndroidManifest.xml
index 34017d9..7836d07 100644
--- a/main/AndroidManifest.xml
+++ b/main/AndroidManifest.xml
@@ -445,7 +445,7 @@
</service>
<activity
- android:name=".connector.oc.OCDEAuthorizationActivity"
+ android:name=".connector.oc.OCAuthorizationActivity"
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name"
android:launchMode="singleTask"
@@ -458,79 +458,7 @@
<data
android:host="www.cgeo.org"
- android:pathPrefix="/opencaching.de/"
- android:scheme="callback" />
- </intent-filter>
- </activity>
- <activity
- android:name=".connector.oc.OCPLAuthorizationActivity"
- android:configChanges="keyboardHidden|orientation"
- android:label="@string/app_name"
- android:launchMode="singleTask"
- android:windowSoftInputMode="stateHidden" >
- <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:host="www.cgeo.org"
- android:pathPrefix="/opencaching.pl/"
- android:scheme="callback" />
- </intent-filter>
- </activity>
- <activity
- android:name=".connector.oc.OCNLAuthorizationActivity"
- android:configChanges="keyboardHidden|orientation"
- android:label="@string/app_name"
- android:launchMode="singleTask"
- android:windowSoftInputMode="stateHidden" >
- <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:host="www.cgeo.org"
- android:pathPrefix="/opencaching.nl/"
- android:scheme="callback" />
- </intent-filter>
- </activity>
- <activity
- android:name=".connector.oc.OCUSAuthorizationActivity"
- android:configChanges="keyboardHidden|orientation"
- android:label="@string/app_name"
- android:launchMode="singleTask"
- android:windowSoftInputMode="stateHidden" >
- <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:host="www.cgeo.org"
- android:pathPrefix="/opencaching.us/"
- android:scheme="callback" />
- </intent-filter>
- </activity>
- <activity
- android:name=".connector.oc.OCROAuthorizationActivity"
- android:configChanges="keyboardHidden|orientation"
- android:label="@string/app_name"
- android:launchMode="singleTask"
- android:windowSoftInputMode="stateHidden" >
- <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:host="www.cgeo.org"
- android:pathPrefix="/opencaching.ro/"
+ android:pathPrefix="/opencaching"
android:scheme="callback" />
</intent-filter>
</activity>