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

标签 android android-intent

我知道如何使用应用程序包名称直接从我的应用程序打开 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/

相关文章:

android - 电池电压的单位是什么?

java - 布局预览渲染问题 : PorterDuff Color Filters are not supported

java - 如何使用日历获取当前时间?

android - 膨胀类 fragment Android Map v2 时出错

android - Android webView.loadUrl 中的 UTF8 问题

Android:单击按钮但方法未启动

java - 通过intent但在buttonhandler方法中将数据发送到另一个Activity

android - 如何将 firebase list ui 与 algolia 搜索功能集成

android - 为列表中的元素指定不同的颜色

android - 在Android中如何注册接收耳机插播?