Android Market URL格式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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);
以上是关于Android Market URL格式的主要内容,如果未能解决你的问题,请参考以下文章
HTML Android Market URL按开发者名称搜索
HTML 按Java程序包名称搜索Android Market URL