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

Commit 3ffb3f72 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "speech: No BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS" into tm-dev am: b8cac677

parents d14bf38b b8cac677
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);