/ Published in: HTML
URL: http://developer.android.com/guide/publishing/publishing.html
Search for applications by developer name and display the results.
Expand |
Embed | Plain Text
http://market.android.com/search?q=pub:"<Developer Name>" or market://search?q=pub:"<Developer Name>"
Comments
Subscribe to comments
You need to login to post a comment.

The actual way for starting the activity is "context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://search?q=pub:")))"