Loading services/core/java/com/android/server/speech/RemoteSpeechRecognitionService.java +1 −2 Original line number Diff line number Diff line Loading @@ -69,8 +69,7 @@ final class RemoteSpeechRecognitionService extends ServiceConnector.Impl<IRecogn new Intent(RecognitionService.SERVICE_INTERFACE).setComponent(serviceName), Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE | Context.BIND_INCLUDE_CAPABILITIES | Context.BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS, | Context.BIND_INCLUDE_CAPABILITIES, userId, IRecognitionService.Stub::asInterface); Loading Loading
services/core/java/com/android/server/speech/RemoteSpeechRecognitionService.java +1 −2 Original line number Diff line number Diff line Loading @@ -69,8 +69,7 @@ final class RemoteSpeechRecognitionService extends ServiceConnector.Impl<IRecogn new Intent(RecognitionService.SERVICE_INTERFACE).setComponent(serviceName), Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE | Context.BIND_INCLUDE_CAPABILITIES | Context.BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS, | Context.BIND_INCLUDE_CAPABILITIES, userId, IRecognitionService.Stub::asInterface); Loading