SearchHistoryProvider
全部标签 我有一个可用的搜索小部件,并想添加搜索历史建议。我遵循了Android教程(http://developer.android.com/guide/topics/search/adding-recent-query-suggestions.html),虽然搜索仍然有效,但没有显示任何建议。这是我的代码:内容提供者packagecom.mypackage;importandroid.content.SearchRecentSuggestionsProvider;publicclassSearchHistoryProviderextendsSearchRecentSuggestionsPro
我有一个可用的搜索小部件,并想添加搜索历史建议。我遵循了Android教程(http://developer.android.com/guide/topics/search/adding-recent-query-suggestions.html),虽然搜索仍然有效,但没有显示任何建议。这是我的代码:内容提供者packagecom.mypackage;importandroid.content.SearchRecentSuggestionsProvider;publicclassSearchHistoryProviderextendsSearchRecentSuggestionsPro