Android Market application Url?

后端 未结 7 1277
别那么骄傲
别那么骄傲 2021-01-04 06:01

Is there right way to get Url to android market app ? I read some answer here but I did not success to get any ?

7条回答
  •  别那么骄傲
    2021-01-04 06:57

    This should work as a standard HTML anchor tag:

    https://market.android.com/search?q=pname:[name of your package here]
    

    IE:

    https://market.android.com/search?q=pname:com.google.earth
    

    Similar to Bryan Denny's answer on 10/29/2010, but in regular URL format, and not the special market:// style link.

提交回复
热议问题