diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c9493e9a..425e1269 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -38,6 +38,15 @@ <data android:host="www.reddit.com" android:scheme="https" /> + <data + android:host="reddit.com" + android:scheme="https" /> + <data + android:host="amp.reddit.com" + android:scheme="https" /> + <data + android:host="m.reddit.com" + android:scheme="https" /> </intent-filter> </activity> <activity |