summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r--src/com/android/browser/UiController.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java
index a2946a7..683e473 100644
--- a/src/com/android/browser/UiController.java
+++ b/src/com/android/browser/UiController.java
@@ -109,4 +109,8 @@ public interface UiController {
BrowserSettings getSettings();
+ boolean supportsVoice();
+
+ void startVoiceRecognizer();
+
}