Handle www.f-droid.org as well as f-droid.org
This commit is contained in:
parent
aa164dd090
commit
6544ebed94
@ -49,6 +49,10 @@
|
||||
android:path="/repository/browse" />
|
||||
<data android:scheme="https" android:host="f-droid.org"
|
||||
android:path="/repository/browse" />
|
||||
<data android:scheme="http" android:host="www.f-droid.org"
|
||||
android:path="/repository/browse" />
|
||||
<data android:scheme="https" android:host="www.f-droid.org"
|
||||
android:path="/repository/browse" />
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
@ -90,6 +94,10 @@
|
||||
android:pathPrefix="/app" />
|
||||
<data android:scheme="https" android:host="f-droid.org"
|
||||
android:pathPrefix="/app" />
|
||||
<data android:scheme="http" android:host="www.f-droid.org"
|
||||
android:pathPrefix="/app" />
|
||||
<data android:scheme="https" android:host="www.f-droid.org"
|
||||
android:pathPrefix="/app" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
|
Loading…
x
Reference in New Issue
Block a user