开发者

Obtain URL from Android Market Application

开发者 https://www.devze.com 2023-02-13 00:16 出处:网络
I was wondering if it\'s possible to obtain the URL from Android Market applications.开发者_JS百科

I was wondering if it's possible to obtain the URL from Android Market applications.开发者_JS百科 For example, I'd like to to know the URL of the Facebook application on Android market, the result I'd like to have is something like this.

http://android-es.com/repo/apk/social/facebook.apk

Any suggestions?


You can create a link that will open the Market page for the app when clicked on a phone with:

market://search?q=pname:<package-name-here>

in the case of facebook the package name is com.facebook.katana...so:

market://search?q=pname:com.facebook.katana

should do it :]


That's not possible. The only way to get a market released apk is to go to the Market or get it off your phone. There's no way to link to it.


market://details?id=package-name

This will take you to the detail page. Saves another touch at the search result.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号