【问题标题】:Android Search Market on Keyword URL?关键字 URL 上的 Android 搜索市场?
【发布时间】:2011-04-01 10:14:12
【问题描述】:

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

Intent 意图 = new Intent( Intent.ACTION_VIEW, Uri.parse("market://search?q=pname:com.package.package2.package3")); 开始活动(意图);

但我想根据“Happy Toasters”之类的关键字进行搜索

这种搜索的 URL 是什么?

【问题讨论】:

    标签: android google-play


    【解决方案1】:
    Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://search?q=your keewords here"));
    startActivity(intent);
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-01-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多