diff options
| author | 2022-02-15 10:42:51 +0000 | |
|---|---|---|
| committer | 2022-02-15 10:42:51 +0000 | |
| commit | a8515d4677f32d25ed9e3d22a3e24d109e9bd103 (patch) | |
| tree | 3f23be46a458796c5bb51e9e707124e62a095fa8 | |
| parent | 780a6945167b5a968c5d50ecb985c5c68d642b02 (diff) | |
| parent | 49f70ea34f05fe02006eb8f72ec30d12a346aa91 (diff) | |
Merge "Fix link for running support check in executor for speech"
| -rw-r--r-- | core/java/android/speech/SpeechRecognizer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/speech/SpeechRecognizer.java b/core/java/android/speech/SpeechRecognizer.java index 0fbc7286493a..832db91cf516 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}. |