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

Commit 52693f01 authored by Andrew Solovay's avatar Andrew Solovay Committed by Automerger Merge Worker
Browse files

Merge "docs: Note behavior of PREFER_OFFLINE" into rvc-dev am: 1643bc39 am:...

Merge "docs: Note behavior of PREFER_OFFLINE" into rvc-dev am: 1643bc39 am: 95a30cd5 am: dbc09230

Change-Id: I23b0f8ea179d8b1722290d17d31e7232fde3fdd9
parents 022208df dbc09230
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -413,6 +413,10 @@ public class RecognizerIntent {
     * {@link #ACTION_VOICE_SEARCH_HANDS_FREE}, {@link #ACTION_WEB_SEARCH} to indicate whether to
     * only use an offline speech recognition engine. The default is false, meaning that either
     * network or offline recognition engines may be used.
     *
     * <p>Depending on the recognizer implementation, these values may have
     * no effect.</p>
     *
     */
    public static final String EXTRA_PREFER_OFFLINE = "android.speech.extra.PREFER_OFFLINE";
}