gpt4 book ai didi

android - 链接到诺基亚 X 应用程序

转载 作者:太空狗 更新时间:2023-10-29 12:42:41 26 4
gpt4 key购买 nike

我们目前正在将我们的安卓应用程序移植到诺基亚 X,因此我们想链接到商店中的应用程序。我找不到任何关于链接到这些应用程序的资源,就像在 google play 上一样

market://?details

amzn://apps/android

在亚马逊上。

如何在诺基亚 X 上执行此操作? market://的默认解决方案不起作用。它说 Activity not found exception in the emulator(不幸的是我这里没有真正的诺基亚 X)

最佳答案

根据本教程,market://URI 应该有效。

http://developer.nokia.com/community/wiki/Deep_Linking_to_Store_on_Nokia_X

你应该像下面这样打开它:

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=com.nokia.app.mixradio.client"));
startActivity(intent);

关于android - 链接到诺基亚 X 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23059517/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com