mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-21 19:56:17 +03:00
added 'has' scheme to queryable list
This commit is contained in:
parent
cd21ff85f8
commit
2025a001e2
@ -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
|
||||
|
@ -44,6 +44,7 @@
|
||||
<false/>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>has</string>
|
||||
<string>message</string>
|
||||
<string>readdle-spark</string>
|
||||
<string>airmail</string>
|
||||
|
Loading…
Reference in New Issue
Block a user