糖豆搜索关键字搜索关键字

由网友(你永远不懂我伤悲 //)分享简介:在我的Andr​​oid应用我让我的具体的应用程序搜索要通过在一些使用从清单这一机制的活动我的搜索键触发In my Android app I enable my specific app-search to be triggered via the search key in a number of my acti...

在我的Andr​​oid应用我让我的具体的应用程序搜索要通过在一些使用从清单这一机制的活动我的搜索键触发

In my Android app I enable my specific app-search to be triggered via the search key in a number of my activities using this mechanism from the manifest

    <meta-data 
        android:name="android.app.default_searchable"
        android:value=".Search.SearchActivity" />

通过适当的搜索活动。这一切都工作得很好,直到最近。

with the appropriate search activity. This all worked fine until recently.

随着果冻豆更新现在的搜索关键字总是从谷歌现在的搜索功能。

With the Jelly Bean update the Search Key now always starts Google NOW search functionality.

在这个网站: http://www.android.com/about/jelly-bean/ 我的谷歌搜索部分中找到下面的语句:

On this site: http://www.android.com/about/jelly-bean/ I found in the "Google Search" section this statement:

"For devices with a hardware search key, you can tap it to launch Google Search."

有谷歌接管所有使用此键完全的,或者是有办法恢复吗?

Has Google taken over all use of this key completely, or is there a way to recover it?

如果我不能恢复,那么它在几乎所有活动的UI设计变更增加一个搜索菜单选项或操作按钮......

If I can't recover it, then it's UI design changes in almost all activities to add a Search menu option or action button....

推荐答案

这个已经做了专门规避专利问题。仅在美国,其中苹果近期获得Galaxy Nexus的禁令,这已大部分完成。因此,在美国的所有Android手机将显示从现在开始这种行为。因此,大多数果冻豆的应用程序有一个屏幕上的搜索按钮。

This has been done specifically to circumvent patent issue. This has been mostly done only in USA, where apple recently got an injunction on galaxy nexus. So all Android phones in USA will show this behavior from now on. So most of the apps in jelly bean have a on screen search button.

阅读全文

相关推荐

最新文章