Loading services/voiceinteraction/java/com/android/server/voiceinteraction/HotwordDetectionConnection.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
services/voiceinteraction/java/com/android/server/voiceinteraction/HotwordDetectionConnection.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); Loading