我想使用URL方案从浏览器打开我的应用程序,其工作正常非三星设备但不在三星。不是清单文件中的条目
<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>