【问题标题】:Samsung devices not opening app from browser url scheme in android三星设备未从 android 中的浏览器 url 方案打开应用程序
【发布时间】:2013-11-27 09:57:00
【问题描述】:

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

【问题讨论】:

    标签: android


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2014-10-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-06-29
      • 2022-07-14
      • 2017-01-29
      相关资源
      最近更新 更多