Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19956604 authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Unhide RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which our voice search

(or other voice search implementations) can use to implement settings in the
system settings.
parent a98ae1f7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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"
+0 −2
Original line number Diff line number Diff line
@@ -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";