Apparently, I supposed to be able to open the Market page of my app by
querying an intent with an URL like:

market://details?id=<app_id>

where <app_id> seems to be the package name:

http://www.google.com/support/forum/p/Android+Market/thread?tid=5c8501d73226fad8&hl=en

However, while this seems to indeed open the Market app with the
details activity, it always gives me "A Server error occured".

I'm trying both launching the intent through code, as well as on an
adb shell as, say:

am start "market://details?id=com.NamcoNetworks.PacMan"

Neither works.

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to