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

Commit 49f70ea3 authored by Shubham Dubey's avatar Shubham Dubey
Browse files

Fix link for running support check in executor for speech

Following commit I9f1f2f6657b4c268546e68c1c2d23b6ad06b9c46, updating the link to fix broken sdk builds

Fix: 219636671

Change-Id: Ia9ffc93f1ad0f5dfd9275bea21cf7f7db182024d
parent 14c53c61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ public class SpeechRecognizer {
    /**
     * Attempts to download the support for the given {@code recognizerIntent}. This might trigger
     * user interaction to approve the download. Callers can verify the status of the request via
     * {@link #checkRecognitionSupport(Intent, RecognitionSupportCallback)}.
     * {@link #checkRecognitionSupport(Intent, Executor, RecognitionSupportCallback)}.
     *
     * @param recognizerIntent contains parameters for the recognition to be performed. The intent
     *        may also contain optional extras, see {@link RecognizerIntent}.