android: Allow launchUrl() for https
This commit is contained in:
parent
09f68e7a6e
commit
4e7c9bddcd
@ -41,5 +41,9 @@
|
||||
<action android:name="android.intent.action.PROCESS_TEXT"/>
|
||||
<data android:mimeType="text/plain"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<data android:scheme="https" />
|
||||
</intent>
|
||||
</queries>
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user