Loading services/texttospeech/java/com/android/server/texttospeech/TextToSpeechManagerPerUserService.java +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ final class TextToSpeechManagerPerUserService extends ITextToSpeechSessionCallback callback) { super(context, new Intent(TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE).setPackage(engine), Context.BIND_AUTO_CREATE, Context.BIND_AUTO_CREATE | Context.BIND_SCHEDULE_LIKE_TOP_APP, userId, ITextToSpeechService.Stub::asInterface); mEngine = engine; Loading Loading
services/texttospeech/java/com/android/server/texttospeech/TextToSpeechManagerPerUserService.java +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ final class TextToSpeechManagerPerUserService extends ITextToSpeechSessionCallback callback) { super(context, new Intent(TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE).setPackage(engine), Context.BIND_AUTO_CREATE, Context.BIND_AUTO_CREATE | Context.BIND_SCHEDULE_LIKE_TOP_APP, userId, ITextToSpeechService.Stub::asInterface); mEngine = engine; Loading