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 从另一个应用程序内部链接到市场


基础教程推荐
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01