Fix f-droid.org web repo handling

Links on the site end with '/'. Using pathPrefix is IMHO better than
duplicating with and without ending slash.
This commit is contained in:
Daniel Martí 2013-07-28 09:36:37 +02:00
parent 6544ebed94
commit a2e99c05a6

View File

@ -46,13 +46,13 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="f-droid.org"
android:path="/repository/browse" />
android:pathPrefix="/repository/browse" />
<data android:scheme="https" android:host="f-droid.org"
android:path="/repository/browse" />
android:pathPrefix="/repository/browse" />
<data android:scheme="http" android:host="www.f-droid.org"
android:path="/repository/browse" />
android:pathPrefix="/repository/browse" />
<data android:scheme="https" android:host="www.f-droid.org"
android:path="/repository/browse" />
android:pathPrefix="/repository/browse" />
</intent-filter>
<meta-data