aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-05 09:44:00 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-05 09:44:00 +0000
commit5bb9cf789143725c7645ec54ed908ea52a255770 (patch)
tree109303a6a6704fcf37424ac2211b98006abe6038 /app/src/main/AndroidManifest.xml
parent7761d3875673e65cfb6d0cb496a781a9ee8f2db3 (diff)
downloadinfinity-for-reddit-5bb9cf789143725c7645ec54ed908ea52a255770.tar
infinity-for-reddit-5bb9cf789143725c7645ec54ed908ea52a255770.tar.gz
infinity-for-reddit-5bb9cf789143725c7645ec54ed908ea52a255770.tar.bz2
infinity-for-reddit-5bb9cf789143725c7645ec54ed908ea52a255770.tar.lz
infinity-for-reddit-5bb9cf789143725c7645ec54ed908ea52a255770.tar.xz
infinity-for-reddit-5bb9cf789143725c7645ec54ed908ea52a255770.tar.zst
infinity-for-reddit-5bb9cf789143725c7645ec54ed908ea52a255770.zip
Minor bugs related to Custom Tabs fixed. Support more reddit domains.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml9
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