commit | cfa3af5c59abb38c895416a80ef16da0ec1b5287 | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Tue Dec 14 10:36:11 2010 -0800 |
committer | Michael Kolb <kolby@google.com> | Wed Dec 15 09:12:17 2010 -0800 |
tree | 18afb4abaf1539d46c3eec57100cca1faa5877fb | |
parent | 478b2442684004d6dfe192c0ae3dd04845b9f1b7 [diff] [blame] |
Enable voice search http://b/issue?id=3039695 send voice search intent implement voice search title bar also fixes another Urlbar focus handling bug Change-Id: Icdcbec9ffff586d445545cc7fe86ca045022f381
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index c74d74e..68a32d3 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java
@@ -53,6 +53,8 @@ void bookmarksOrHistoryPicker(boolean openHistory); + void startVoiceSearch(); + void showVoiceSearchResults(String title); void editUrl();