Android Link to Market from inside another app(Android 从另一个应用程序内部链接到市场)
问题描述
我正在为 Android 构建许多应用程序,并希望在应用程序中有一个菜单按钮,基本上可以打开我在 Android 市场中的其他应用程序的列表.
I am building many apps for Android and wish to have a menu button in the apps that basically opens a list of my other apps in the Android Market.
有没有办法创建一个意图并让 Android 市场弹出并在市场中搜索(我的公司),以便用户可以购买其他应用程序?
Is there a way to create an intent and have the Android market pop up with a search (of my company) in the market so users can buy other apps?
伊恩
推荐答案
是的,有一个记录在 Intent 语法 (
).http://market.android.com/search?q=pub:<Developer Name>
或 <代码>market://search?q=pub:<开发者名称>
Yes, there is a documented Intent
syntax for that (http://market.android.com/search?q=pub:<Developer Name>
or market://search?q=pub:<Developer Name>
).
这篇关于Android 从另一个应用程序内部链接到市场的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!