gpt4 book ai didi

android - 如何打开 Google Play 商店的开发者页面(市场 ://)

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:02:08 25 4
gpt4 key购买 nike

最近,Google Play 允许开发者创建开发者页面。

示例如下:https://play.google.com/store/apps/dev?id=5700313618786177705

我试图找到我可以使用的开发者页面 Uri 链接 (market://...),但我在 Android 开发者页面上找不到它。 ( http://developer.android.com/distribute/tools/promote/linking.html )

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://..."));
startActivity(intent);

最佳答案

这对我有用:

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/dev?id=7809285959465313029")));

使用市场 URI 对我不起作用。

关于android - 如何打开 Google Play 商店的开发者页面(市场 ://),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32029408/

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