diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ef9a7dc8..81a9c8f3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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 |