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 从另一个应用程序内部链接到市场
基础教程推荐
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
