diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-09-13 06:54:32 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-09-13 06:54:32 +0000 |
commit | 6f24ac8cf5731e6e13ad767e6639ca2d67611985 (patch) | |
tree | 30efc471751aee29634d84516a9c3f7e453ecb91 /app/src | |
parent | fa7f12bd191dbf7dd47184c71284828f796df252 (diff) | |
download | infinity-for-reddit-6f24ac8cf5731e6e13ad767e6639ca2d67611985.tar infinity-for-reddit-6f24ac8cf5731e6e13ad767e6639ca2d67611985.tar.gz infinity-for-reddit-6f24ac8cf5731e6e13ad767e6639ca2d67611985.tar.bz2 infinity-for-reddit-6f24ac8cf5731e6e13ad767e6639ca2d67611985.tar.lz infinity-for-reddit-6f24ac8cf5731e6e13ad767e6639ca2d67611985.tar.xz infinity-for-reddit-6f24ac8cf5731e6e13ad767e6639ca2d67611985.tar.zst infinity-for-reddit-6f24ac8cf5731e6e13ad767e6639ca2d67611985.zip |
Add more deep links.
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 |