Skip to content

Commit

Permalink
Added new URL after changes on GC site to intent filter for Import ac…
Browse files Browse the repository at this point in the history
…tivity
  • Loading branch information
arcao committed Aug 22, 2013
1 parent 5b648f7 commit f849bf2
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,13 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="coord.info" android:pathPrefix="/GC" />
</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="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="www.geocaching.com" android:pathPrefix="/seek/cache_details.aspx" />
</intent-filter>
<data android:scheme="http" android:host="geocaching.com" android:pathPrefix="/geocache/GC" />
<data android:scheme="http" android:host="www.geocaching.com" android:pathPrefix="/geocache/GC" />
<data android:scheme="https" android:host="geocaching.com" android:pathPrefix="/geocache/GC" />
<data android:scheme="https" android:host="www.geocaching.com" android:pathPrefix="/geocache/GC" />
</intent-filter>
</activity>
<activity android:name="MenuActivity" android:theme="@style/G4LTheme.MenuActivity" android:exported="true">
<intent-filter android:icon="@drawable/ic_launcher" android:label="@string/app_name">
Expand Down

0 comments on commit f849bf2

Please sign in to comment.