google-play-store tag

1 questions


1 answers
22 views
0
How do I open the Google Play Store directly from the app?

I put the code below to open the Google Play Store.Intent i = new Intent(android.content.Intent.ACTION_VIEW);i.setData(Uri.parse(https://play.google.com/store/apps/details?id=my packagename ));startAc...


© 2024 OneMinuteCode. All rights reserved.