0
從應用程序加載時,應用程序將打開。但是,當我嘗試從Chrome中加載時,它不會加載。這他是我的清單文件從Chrome深度鏈接Android
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http"
android:host="spectacles"/>
</intent-filter>