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

Commit bb015714 authored by Mark Renouf's avatar Mark Renouf Committed by Android Git Automerger
Browse files

am 29799080: Make InternalListener static to avoid referencing SpeechRecognizer.

* commit '29799080':
  Make InternalListener static to avoid referencing SpeechRecognizer.
parents 86fcf070 29799080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ public class SpeechRecognizer {
     * Internal wrapper of IRecognitionListener which will propagate the results to
     * RecognitionListener
     */
    private class InternalListener extends IRecognitionListener.Stub {
    private static class InternalListener extends IRecognitionListener.Stub {
        private RecognitionListener mInternalListener;

        private final static int MSG_BEGINNING_OF_SPEECH = 1;