Merge "Set HotwordDetectionService priority same as VIS." into sc-v2-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user