gpt4 book ai didi

android - 从我的应用程序打开 Google Play 以列出我的所有应用程序 : Android

转载 作者:行者123 更新时间:2023-11-29 17:54:09 25 4
gpt4 key购买 nike

我知道如何使用应用程序包名称直接从我的应用程序打开 Google Play 商店。但是,我想列出我在 Play 商店中可用的所有应用程序。我搜索了很多相同的内容,但没有找到解决我的问题的方法。

为了打开一个特定的应用程序,我们需要将包名称传递给 Intent。所以我认为我们必须通过开发者 ID 来列出所有应用程序。请帮助我在 Google Play 上显示我的应用程序。非常感谢您的帮助。

最佳答案

使用您的浏览器导航到您的游戏帐户:f.e

https://play.google.com/store/apps/developer?id=XY

并打开这个 url 的目的是:

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

关于android - 从我的应用程序打开 Google Play 以列出我的所有应用程序 : Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20772524/

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