android - 如何在Android中重定向到我的Play商店应用列表

标签 android redirect url-redirection google-play

我正在开发一个应用程序,其中添加了一个名为“更多应用程序”的按钮,我要的是当用户单击该按钮时,它应重定向到显示我帐户的应用程序列表的Play商店。
我做了以下代码:

String url_more_app = "https://play.google.com/store/search?q=rajesh%20panchal&hl=en";  
case R.id.btn_more_app:

  Intent viewIntent =
  new Intent("android.intent.action.VIEW",
  Uri.parse(url_more_app ));
  startActivity(viewIntent);

break;  

但是当点击该按钮时,它会显示我的应用以及其他应用的应用列表,
我如何只显示我的应用程序?

最佳答案

从更改URL

String url_more_app = "https://play.google.com/store/search?q=rajesh%20panchal&hl=en";  


https://play.google.com/store/apps/developer?id=Rajesh+Panchal

关于android - 如何在Android中重定向到我的Play商店应用列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26211169/

相关文章:

android - 无法更改文件/文件夹权限(尝试过 Root Explorer Pro、ES 文件资源管理器)

android - 当我们点击1号位置的ListView按钮时,10号位置的按钮也被点击了

php - Apache Mod_Rewrite 不断重定向

android - 如何在单击 android 中的按钮时重定向到特定的 URL?

spring - 如何在spring webflux中重定向请求?

java - 使用 Java 线程的异步调用

android - 为多个选项卡返回相同的 fragment

.htaccess - 将所有子域重定向到一页

c++ - 对于外部 API 的运行时跟踪,是否有比预处理器重定向更好的替代方法?

.htaccess - 网站HTTPS证书