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

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

Merge "Set HotwordDetectionService priority same as VIS." into sc-v2-dev

parents 226b035e 643eb06c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -841,7 +841,7 @@ final class HotwordDetectionConnection {
            try {
                return mContext.bindIsolatedService(
                        mIntent,
                        Context.BIND_AUTO_CREATE | mBindingFlags,
                        Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE | mBindingFlags,
                        "hotword_detector_" + mInstanceNumber,
                        mExecutor,
                        serviceConnection);