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

Commit 9c58935c authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Add RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which we'll trigger

from system settings. For now it'll just be triggered from within the
voice search app if you choose the settings menu item.

Need to unhide this before we can be fully unbundled for voice search.
parent ff58b577
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -154,4 +154,12 @@ public class RecognizerIntent {
     * {@link #ACTION_RECOGNIZE_SPEECH}. Only present when {@link Activity#RESULT_OK} is returned.
     */
    public static final String EXTRA_RESULTS = "android.speech.extra.RESULTS";
    
    /**
     * 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";
}