0
我想使用URL方案的三星。下面工作正常,非三星設備而不是從瀏覽器中打開我的應用程序打開的應用程序是在清單文件中的條目三星設備無法從瀏覽器的URL方案的Android
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="http" />
<data android:host="*" />
<data android:pathPattern=".*\\.epub"/>
</intent-filter>