Files
frameworks_base/core/java/android/widget
Jorge Ruesga 1bcfe84179 SearchWidget: passing APP_DATA to voice intent
SearchView uses SearchManager.APP_DATA to pass data between the origin activity
and the search activity. This works for text searches (keyboard), but it's not
implemented by voice recognition searches. The method createVoiceAppSearchIntent
initializes a empty bundle that is filled with the QUERY parameter.
This patch adds the SearchManager.APP_DATA parameter if is present, let the
search activity access to the data passed by the origin activity

Patch 2: Fix code style

Change-Id: I52dce34e1efd07a30ad74d52bfc60fbae1c4310b
2012-09-03 01:26:59 +02:00
..
2012-06-01 13:38:48 -07:00
2011-09-27 11:32:59 -07:00
2012-04-09 10:18:28 -04:00
2012-05-21 10:46:56 -07:00
2011-08-31 14:59:19 -07:00
2011-09-29 14:48:44 -07:00
2012-05-20 12:09:37 -07:00