added 'has' scheme to queryable list

This commit is contained in:
noumantahir 2024-11-08 11:12:27 +05:00
parent cd21ff85f8
commit 2025a001e2
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,11 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="has" />
</intent>
</queries>
<application

View File

@ -44,6 +44,7 @@
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>has</string>
<string>message</string>
<string>readdle-spark</string>
<string>airmail</string>