Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Clean up some redundancies in manifest (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
cYDN48 authored Jan 4, 2022
1 parent 19878be commit a476516
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,30 +463,8 @@
<category android:name="android.intent.category.BROWSABLE"/>

<data android:scheme="http"/>
<data
android:host="*reddit.com"
android:pathPattern=".*"
android:scheme="https"/>
<data
android:host="amp.reddit.com"
android:pathPattern=".*"
android:scheme="https"/>
<data
android:host="*reddit.com"
android:pathPattern=".*"
android:scheme="http"/>
<data
android:host="redd.it"
android:pathPattern=".*"
android:scheme="https"/>


<data
android:host="redd.it"
android:pathPattern=".*"
android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="*reddit.com"/>
<data android:host="*.reddit.com"/>
<data android:host="redd.it"/>
<data android:host="amp.reddit.com"/>

Expand Down

0 comments on commit a476516

Please sign in to comment.