Re: [android-developers] Launching play store for specific product

2013-01-17 Thread Mark Murphy
On Thu, Jan 17, 2013 at 1:26 PM, JPS wrote: > This is what I'm currently doing but this causes a dialog to pop-up asking > if this action should be done using the browser or playstore. The AOSP Browser app does not respond to market:// Uri values, at least in current versions of Android. You can

Re: [android-developers] Launching play store for specific product

2013-01-17 Thread JPS
> > Hi Harri and thanks for the reply This is what I'm currently doing but this causes a dialog to pop-up asking if this action should be done using the browser or playstore. This is not acceptable in this situation. This is why I want to launch the com.android.vending activity directly. JPS

Re: [android-developers] Launching play store for specific product

2013-01-17 Thread Harri Smått
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 wrote: > Hi > > I'm trying to launch the

[android-developers] Launching play store for specific product

2013-01-17 Thread JPS
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 d