完成获取数据后,我如何尝试SearchManager
在 android 应用程序中关闭,我该怎么做?
现在我正在触摸列表视图以隐藏搜索栏和键盘。
http://www.ideasandroid.com/android/sdk/docs/images/search/search-suggest-custom.png
完成获取数据后,我如何尝试SearchManager
在 android 应用程序中关闭,我该怎么做?
现在我正在触摸列表视图以隐藏搜索栏和键盘。
http://www.ideasandroid.com/android/sdk/docs/images/search/search-suggest-custom.png
加载结果后尝试调用 stopSearch() 吗?
http://developer.android.com/reference/android/app/SearchManager.html#stopSearch()