无法从Google即时接收搜索查询

时间:2014-11-09 05:35:04

标签: android google-search

我正在尝试使用我SEARCH_ACTION中的这段代码将Google即时AndroidManifest.xml与我的可搜索活动相关联:

<activity android:name=".SearchableActivity"> <intent-filter> <action android:name="com.google.android.gms.actions.SEARCH_ACTION"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> </activity>

我正在关注http://android-developers.blogspot.com/2014/10/the-fastest-route-between-voice-search.htmlhttps://developer.android.com/guide/components/intents-common.html#SearchOnApp上的说明。

这不起作用。 Google即时搜索未启动我的应用。我已经证实:

  1. 这适用于Eat 24 app,确认正确版本的OS / Google app / Locale没有问题。
  2. 我可以从我的应用内部启动应用并接收输入的搜索查询,确认我的SearchableActivity代码没有任何问题。
  3. 任何人都有这个工作吗?能不能让我知道我在这里失踪了什么?

1 个答案:

答案 0 :(得分:2)

嗯......看起来应用需要在Play商店发布: https://plus.google.com/+AndroidDevelopers/posts/afSRdDQiy1N - 寻找Jarek Wilkiewicz的评论。接下来试试这个。