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

Commit d3aaca69 authored by Ahaan Ugale's avatar Ahaan Ugale Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16285219

Change-Id: I9ec42aeeb821ee708af43f73f594a23a7e0367ac
parents 36ad58af a2e3ba47
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -841,7 +841,7 @@ final class HotwordDetectionConnection {
            try {
            try {
                return mContext.bindIsolatedService(
                return mContext.bindIsolatedService(
                        mIntent,
                        mIntent,
                        Context.BIND_AUTO_CREATE | mBindingFlags,
                        Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE | mBindingFlags,
                        "hotword_detector_" + mInstanceNumber,
                        "hotword_detector_" + mInstanceNumber,
                        mExecutor,
                        mExecutor,
                        serviceConnection);
                        serviceConnection);