Android Market 链接显示两个选项

发布于 2024-10-16 07:54:24 字数 273 浏览 2 评论 0原文

我有以下工作代码:

startActivity(
    new Intent(Intent.ACTION_VIEW,
        Uri.parse("http://market.android.com/details?id=me.cexi.accuapp")));

当用户单击操作按钮时,他们会使用带有以下内容的对话框获得完整操作:

Browser
Market

如何将选项限制为仅市场?

I have the following working code:

startActivity(
    new Intent(Intent.ACTION_VIEW,
        Uri.parse("http://market.android.com/details?id=me.cexi.accuapp")));

When the user clicks on the Action Button, they get the Complete action using dialog with the following:

Browser
Market

How do I limit the option to just the market?

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

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

发布评论

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

评论(1

屋顶上的小猫咪 2024-10-23 07:54:24

来自使用意图启动市场应用

使用market:// details?id= 而不是 http://market.android.com/... URL

from using intents to launch market app

use market://details?id=<packagename> instead of the http://market.android.com/... URL

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