Current Android Release version:
Version Code: Pie
Version: 9
API level: 28

Launch List of apps in Google play store

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://search?q=pub:<publisher id>")); 
startActivity(intent);

No comments:

Post a Comment