Android SearchRecentSuggestions - suggestions do not get displayed when typing in SearchView
- 阅读更多 关于 Android SearchRecentSuggestions - suggestions do not get displayed when typing in SearchView
问题 I have a working search widget and want to add search history suggestions. I followed the Android tutorial (http://developer.android.com/guide/topics/search/adding-recent-query-suggestions.html), and while the search still works, no suggestions are being displayed. Here is my code: Content provider package com.mypackage; import android.content.SearchRecentSuggestionsProvider; public class SearchHistoryProvider extends SearchRecentSuggestionsProvider { public final static String AUTHORITY =