Like the title says. Is there an intent to launch android market to the “My Apps” page?
I have a dialog that displays if the app is out of date. I’d like to put a button on the dialog that leads directly to the “My Apps” page so the user can download the update.
Edit: For clarity, I’m not talking about the details page for my app. I’m talking about the “My Apps” section of the Android Market application.
See this: http://developer.android.com/guide/publishing/publishing.html#marketintent for everything you want to know.
EDIT: try this. Do note that this might change if the Market app is updated to use a different activity.