I am trying to get the global quick search box in googletv to show me all my custom suggestions. When running my app on the latest googleTV emulator, the Global QSB shows me all the appropriate custom Suggestions; however running the same app on a GTV device , the global QSB only shows me the first custom suggestion but not the rest. I have set my content provider to return the following data: _id, suggest_text_1, suggest_text_2, suggest_intent_data suggest_intent_extra_data

any insight would be greatly appreciated

有帮助吗?

解决方案

EDIT: I checked with the team and it appears the emulator is not behaving correctly.

We only return the top result from the search provider, not all of them. This is a change we made from stock Android QSB.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top