我可以从我的Android应用程序将用户重定向到三星应用商店吗?

时间:2013-12-27 09:37:08

标签: android android-intent

在我的应用程序中,我必须将用户重定向到三星应用程序商店。我知道如何为谷歌游戏商店做这个链接

Intent browserIntent = new Intent("android.intent.action.VIEW",
                        Uri.parse("https://market.android.com/details?id=com.myPackageName"));
                startActivity(browserIntent);

所以我的问题是如何才能为三星应用商店实现这一目标?

1 个答案:

答案 0 :(得分:2)

请从页面下载互通指南

http://developer.samsung.com/android/technical-docs/Samsung-Apps-Deeplink-Guide

连接三星App Store的所有不同可能性。