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

Commit 71e6d675 authored by Rakesh Iyer's avatar Rakesh Iyer Committed by Automerger Merge Worker
Browse files

Use Context.BIND_SCHEDULE_LIKE_TOP_APP when binding to the...

Use Context.BIND_SCHEDULE_LIKE_TOP_APP when binding to the TextToSpeechService. am: b7d0aca9 am: 7615ddc5 am: 21f7408a

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



Change-Id: I9fbf1d5793ffb2e3dbd21cb19ad32b130f265360
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2da19ea0 21f7408a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;