You can add a "Browse Our Other Apps" button in your app, listing all your(publisher) applications in the Google Play Store app.
String urlApp = "market://search?q=pub:Google+Inc.";
String urlWeb = "http://play.google.com/store/search?q=pub:Google+Inc.";
try {
I...