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

Commit 882652bf authored by Mike LeBeau's avatar Mike LeBeau Committed by Android (Google) Code Review
Browse files

Merge "Add RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which we'll trigger...

Merge "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."
parents b1cbc352 9c58935c
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";
}