Support reddit links from email.

This commit is contained in:
Alex Ning
2021-04-01 09:14:36 +08:00
parent 398d53c162
commit 489da851cf
2 changed files with 10 additions and 2 deletions

View File

@@ -267,6 +267,9 @@
<data
android:host="s.reddit.com"
android:scheme="https" />
<data
android:host="click.redditmail.com"
android:scheme="https" />
<data
android:host="www.reddit.com"
android:scheme="http" />
@@ -297,6 +300,9 @@
<data
android:host="s.reddit.com"
android:scheme="http" />
<data
android:host="click.redditmail.com"
android:scheme="http" />
</intent-filter>
</activity>
<activity