Re: [android-developers] Launching play store for specific product
Hi,
This should be possible using Intent.ACTION_VIEW with market:// protocol. See this SO question for example;
http://stackoverflow.com/questions/10922762/open-link-of-google-play-store-in-mobile-version-android
--
H
On Jan 17, 2013, at 7:44 PM, JPS <jp_semery@hotmail.com> wrote:
> Hi
>
> I'm trying to launch the Google/Android Play Story using an intent (com.android.vending). I would like Play store to display the page specific to an app. I've searched on ways to do this but could not find anything.
> I assume some parameters need to be added to the intent.
> I Know this can be done via the web browser but I cannot use the browser in this case.
>
> Thanks in advance for all you help.
>
> JPS
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home