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

Commit 62d38272 authored by Sharon Su's avatar Sharon Su Committed by Android (Google) Code Review
Browse files

Merge "Do not clear voice_interaction_service setting if voice recognition...

Merge "Do not clear voice_interaction_service setting if voice recognition service if force stopped. Voice recognition service and voice interaction service has been decoupled and we shouldn't let recoginition service to clear interaction service settings." into main
parents 411be6ab 9086d119
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2437,8 +2437,6 @@ public class VoiceInteractionManagerService extends SystemService {
                    synchronized (VoiceInteractionManagerServiceStub.this) {
                        Slog.i(TAG, "Force stopping current voice recognizer: "
                                + getCurRecognizer(userHandle));
                        // TODO: Figure out why the interactor was being cleared and document it.
                        setCurInteractor(null, userHandle);
                        initRecognizer(userHandle);
                    }
                }