From 49f70ea34f05fe02006eb8f72ec30d12a346aa91 Mon Sep 17 00:00:00 2001 From: Shubham Dubey Date: Tue, 15 Feb 2022 07:33:17 +0000 Subject: [PATCH] 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 --- core/java/android/speech/SpeechRecognizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/speech/SpeechRecognizer.java b/core/java/android/speech/SpeechRecognizer.java index 0fbc7286493a6..832db91cf5164 100644 --- a/core/java/android/speech/SpeechRecognizer.java +++ b/core/java/android/speech/SpeechRecognizer.java @@ -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}.