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

Commit 45a8df19 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add a comment mentioning that errors might be unbundled, to improve...

Merge "Add a comment mentioning that errors might be unbundled, to improve backwards compatibility story." into sc-dev am: b598e181

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14234552

Change-Id: I01059f3d8e0022f17d3535478ed79ef07d8e4fc9
parents 1eae4e96 b598e181
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@ public interface RecognitionListener {
    /**
     * A network or recognition error occurred.
     * 
     * @param error code is defined in {@link SpeechRecognizer}
     * @param error code is defined in {@link SpeechRecognizer}. Implementations need to handle any
     *              integer error constant to be passed here beyond constants prefixed with ERROR_.
     */
    void onError(@SpeechRecognizer.RecognitionError int error);