mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 03:07:26 +01:00
Add more deep links.
This commit is contained in:
parent
fa7f12bd19
commit
6f24ac8cf5
@ -84,6 +84,55 @@
|
||||
<data
|
||||
android:host="m.reddit.com"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="old.reddit.com"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="new.reddit.com"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="np.reddit.com"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="reddit.app.link"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="redd.it"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="s.reddit.com"
|
||||
android:scheme="https" />
|
||||
|
||||
<data
|
||||
android:host="www.reddit.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="reddit.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="amp.reddit.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="m.reddit.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="old.reddit.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="new.reddit.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="np.reddit.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="reddit.app.link"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="redd.it"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:host="s.reddit.com"
|
||||
android:scheme="http" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
|
Loading…
Reference in New Issue
Block a user