Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData
(Uri.parse("market://search?q=pname:<package_name>"));
startActivity(intent);
On Mar 24, 12:40 pm, jsdf <[email protected]> wrote:
> Hi everyone,
>
> Does anyone know how to create a link to an Android app in the Market
> that can be accessed from the phone?
> E.g. is it something like
> android://abc.def ?
>
> I've seen this done before but don't know where I saw it or how it was
> done (I know, not very helpful...)
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---