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

Commit 4cfbdb2e authored by Joshua Imbriani's avatar Joshua Imbriani Committed by Android (Google) Code Review
Browse files

Merge "Adding allowBlocking override to getBinder call"

parents 183063af e1bef18b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1259,6 +1259,7 @@ public abstract class TextToSpeechService extends Service {
    @Override
    public IBinder onBind(Intent intent) {
        if (TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE.equals(intent.getAction())) {
            Binder.allowBlocking(mBinder.asBinder());
            return mBinder;
        }
        return null;