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

Commit b79bcff1 authored by Sergey Volnov's avatar Sergey Volnov Committed by Automerger Merge Worker
Browse files

Merge "Always start speech recognition service." into sc-dev am: 434523ad

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6b0a6644b528e7e163776999671342b3571f1d50
parents ca1b044e 434523ad
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -1717,14 +1717,9 @@ public final class SystemServer implements Dumpable {
            startTextToSpeechManagerService(context, t);

            // System Speech Recognition Service
            if (deviceHasConfigString(context,
                    R.string.config_defaultOnDeviceSpeechRecognitionService)) {
            t.traceBegin("StartSpeechRecognitionManagerService");
            mSystemServiceManager.startService(SPEECH_RECOGNITION_MANAGER_SERVICE_CLASS);
            t.traceEnd();
            } else {
                Slog.d(TAG, "System speech recognition is not defined by OEM");
            }

            // App prediction manager service
            if (deviceHasConfigString(context, R.string.config_defaultAppPredictionService)) {