Android 3.1 Intent 过滤器主机方案与 http 方案的问题

发布于 11-14 17:10 字数 148 浏览 5 评论 0原文

在Android 3.1中,如果我的主机是http,并且scheme是'www.abc.com',即使我在AndroidManifest.xml的intent过滤器标签中指定了相应的scheme和host标签,我也会被重定向到不同的页面。它在较低的 Android 版本上运行良好。

In Android 3.1, if my host is http, and scheme is 'www.abc.com', I get redirected to a different page even when I have specified corresponding scheme and host tags in intent filter tags of AndroidManifest.xml. It is working fine on lower android versions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

逆蝶2024-11-21 17:10:15

即使方案是http并且主机是www.abc.com,浏览器也会处理得很尴尬。对于条形码扫描仪等其他应用程序,活动选择器效果很好。在浏览器的情况下,这种情况不会发生。

Even if the scheme is http and host is www.abc.com, the browser handles it awkward. For other apps such as barcode scanner, the activity chooser comes up fine. In the case of browser, it does not happen.

灯角2024-11-21 17:10:15

方案应为“http”,主机应为“www.abc.com”。

The scheme should be "http" and the host should be "www.abc.com".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文