开发者

Android Search Market on Keyword URL?

To Launch the market I usually do this:

Intent intent = new Intent( Intent.ACTION_VIEW, Uri.parse("market://search?q=pname:com.package.package2.package3")); startActivity(intent);

But I would like to run a search based o开发者_C百科n a keyword like "Happy Toasters"

What is the URL for that kind of search?


Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://search?q=your keewords here"));
startActivity(intent);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜