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

Commit b8cac677 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "speech: No BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS" into tm-dev

parents 2a2c87ef 0584ff4e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);