Files
frameworks_base/core/java/android
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-22 12:35:08 -07:00
2012-08-08 10:44:50 -07:00
2012-08-29 08:07:02 +02:00
2012-08-20 12:24:05 -07:00
2012-08-23 14:06:45 +09:00
2012-05-13 13:31:06 -07:00
2012-06-22 12:35:08 -07:00