I am trying to include a dialog in my demo application that will allow
the users to purchase my full version.

1. How can I test this using the Emulator or Browser (I don't have a
phone)?

2. Can someone provide me with some sample code or verify that the
below will work?  I currently have:

Intent intent = new Intent(Intent.ACTION_VIEW);
                                intent.setData(Uri.parse("market://search?
q=pname:com.mydomain.myapp"));
startActivity(intent);

3.  I have seen references using a URL in a web browser (shown
below).  I get 404 errors when trying.  What am I doing wrong?  Is
this an old reference?

http://market.android.com/search?q=pname:com.mydomain.myapp
--~--~---------~--~----~------------~-------~--~----~
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