How to force opening my app in Google Play even if there are other stores installed?

前端 未结 0 1310
情歌与酒
情歌与酒 2020-12-17 01:42

I am using this code to show my app in Google Play Store:

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题