标签: android android-intent android-contentprovider android-search
我成功地将搜索建议添加到我的应用程序中,现在我需要找出,如何从SearchView获取键入的文本到我的Cursor。我知道onQueryTextChange(String)方法,但是如何在我的contentprovider类中获得正确的文本?