https だけでなくhttpの場合もマニフェストにqueriesの指定が必要

This commit is contained in:
tateisu 2020-09-09 17:40:53 +09:00
parent f768e6adcc
commit a695567153
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:scheme="http" />
</intent>
<intent>