Is it possible to pass search context data using the Search Widget (SearchView) only?
问题 According to the official documentation, there are two ways of providing a search interface: using either the search dialog or a SearchView widget. I'd like to pay attention to passing search context data using these two ways. So, the documentation says: ..you can provide additional data in the intent that the system sends to your searchable activity. You can pass the additional data in the APP_DATA Bundle, which is included in the ACTION_SEARCH intent. To pass this kind of data to your