I have open the Google Play store using the following code
Intent i = new Intent(android.content.Intent.ACTION_VIEW);
i.setData(Uri.parse(\"https://play.goo
If you want to open Google Play store from your app then use this command directy: market://details?gotohome=com.yourAppName, it will open your app's Google Play store pages.
Show all apps by a specific publisher
Search for apps that using the Query on its title or description
Reference: https://tricklio.com/market-details-gotohome-1/