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 从另一个应用程序内部链接到市场的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 从另一个应用程序内部链接到市场
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- URL编码Swift iOS 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- UITextView 内容插图 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
