关键字网址上的Android搜索市场?

时间:2010-08-19 23:42:50

标签: android google-play

为了推出市场,我通常会这样做:

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse( “?市场://搜Q = PNAME:com.package.package2.package3”)); startActivity(意向);

但我想根据“Happy Toasters”这样的关键词进行搜索

这种搜索的网址是什么?

1 个答案:

答案 0 :(得分:1)

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