Skip to content

Commit

Permalink
fix: remove https intent filter (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon authored Oct 23, 2024
1 parent 80362a9 commit 3dc5de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="aria" />
<data android:scheme="https" />
</intent-filter>
</activity>
<service
Expand Down

0 comments on commit 3dc5de1

Please sign in to comment.