【Android Market URL格式】休言女子非英物,夜夜龙泉壁上鸣。这篇文章主要讲述Android Market URL格式相关的知识,希望能为你提供帮助。
Technique for launching android market with specific search terms.
- Intent intent = new Intent( Intent.ACTION_VIEW) ;
- intent.setData( Uri.parse( " market://search?q=pname:PriceBunnyClient" ) ) ;
- startActivity( intent) ;
推荐阅读
- 用于劫持特定网站URL的Android意图过滤器
- 如何在googleappengine中手动回滚
- 将图像保存到Android上的媒体提供商
- 在Android上通过GMail或彩信发送图像
- KickApps:为外部页面添加登录框
- 更改KickApps导航中的链接
- 在Android 1.5上处理震动事件
- 在中打开手册页预览.app
- 确定Android中是否存在Intent Receiver