summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/current.xml11
-rw-r--r--core/java/android/speech/RecognizerIntent.java2
2 files changed, 11 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml
index 99bf173e7c94..04bfe98577f9 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -134176,6 +134176,17 @@
visibility="public"
>
</field>
+<field name="ACTION_VOICE_SEARCH_SETTINGS"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.speech.action.VOICE_SEARCH_SETTINGS&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="ACTION_WEB_SEARCH"
type="java.lang.String"
transient="false"
diff --git a/core/java/android/speech/RecognizerIntent.java b/core/java/android/speech/RecognizerIntent.java
index 6c5f91232385..ba0674475cde 100644
--- a/core/java/android/speech/RecognizerIntent.java
+++ b/core/java/android/speech/RecognizerIntent.java
@@ -157,8 +157,6 @@ public class RecognizerIntent {
/**
* Triggers the voice search settings activity.
- *
- * @hide pending API council approval, to be unhidden for Froyo
*/
public static final String ACTION_VOICE_SEARCH_SETTINGS =
"android.speech.action.VOICE_SEARCH_SETTINGS";