tags:

views:

126

answers:

1

I am building many apps for Android and wish to have a menu button in the apps that basically opens a list of my other apps in the Android Market.

Is there a way to create an intent and have the Android market pop up with a search (of my company) in the market so users can buy other apps?

ian

+1  A: 

Yes, there is a documented Intent syntax for that (http://market.android.com/search?q=pub:&lt;Developer Name> or market://search?q=pub:<Developer Name>).

CommonsWare