gpt4 book ai didi

android - 如何直接从我的 Android 应用程序打开 Amazon AppStore?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:27:20 25 4
gpt4 key购买 nike

我在 iPhone 上看到了有关 Amazon Appstore 的答案,但在 Android 上没有看到。我正在尝试制作一个按钮,用于在我的应用程序页面上打开 Amazon Appstore(适用于 android)。

Google Play 的处理方式如下:

final String appPackageName = context.getPackageName();

try {
activity.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + appPackageName));
} catch (android.content.ActivityNotFoundException e) {
activity.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/details?id=" + appPackageName));
}

我应该如何替换字符串以使其在 Amaozn AppStore 中“相同”地工作?

最佳答案

亚马逊应用商店 URI 是

amzn://apps/android?

指向一个特定的应用程序看起来像

amzn://apps/android?p=com.amazon.mp3

来源:Linking To the Amazon Appstore for Android

关于android - 如何直接从我的 Android 应用程序打开 Amazon AppStore?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35818334/

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