三星设备无法从Android中的浏览器url方案打开应用程序

时间:2013-11-27 09:57:00

标签: android

我想使用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>                                              

1 个答案:

答案 0 :(得分:0)

不幸的是,这似乎是problem with certain Samsung devices

如果您可以接受,自定义方案似乎有效。