Android intent redirecting to market details page

776 Views Asked by At

I am using the code below to see if an app exists. If it exists, this will open the app; if not, it will redirect to the market:

href="intent://xxx/#Intent;scheme=yyy;package=com.some.app;end"

This code redirects to the search result list, but I would like to redirect to the detail page. e.g.'market://details?id=com.some.app.'

0

There are 0 best solutions below