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

Commit 9af75c3a authored by Ahaan Ugale's avatar Ahaan Ugale Committed by Android (Google) Code Review
Browse files

Merge "Fix bootloop from BIND_SHARED_ISOLATED_PROCESS without manifest change."

parents d7f26e97 404c7256
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -705,8 +705,7 @@ final class HotwordDetectionConnection {
                }
                boolean bindResult = mContext.bindIsolatedService(
                        mIntent,
                        Context.BIND_SHARED_ISOLATED_PROCESS | Context.BIND_AUTO_CREATE
                                | Context.BIND_FOREGROUND_SERVICE | mBindingFlags,
                        Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE | mBindingFlags,
                        "hotword_detector_" + mInstanceNumber,
                        mExecutor,
                        serviceConnection);