Is global search in android still available for developer?

前端 未结 1 1196
遥遥无期
遥遥无期 2020-12-18 12:58

I\'m stuck for adding global search to my app. I did everything that I should do. my question is is global search is still available for developer? I read somewhere that G

相关标签:
1条回答
  • 2020-12-18 13:20

    While global search (via the searchable.xml includeInGlobalSearch attribute) is available as part of Making Android TV Apps Searchable, the current Google Search app on phones and tablets does not support global search. As you mentioned, Google now strongly recommends using App Indexing to surface results from your app within the search results.

    0 讨论(0)
提交回复
热议问题