Loading core/java/android/service/voice/VoiceInteractionService.java +6 −0 Original line number Diff line number Diff line Loading @@ -520,6 +520,12 @@ public class VoiceInteractionService extends Service { // Ignore. } try { mSystemService.shutdownHotwordDetectionService(); } catch (Exception ex) { // Ignore. } mSoftwareHotwordDetector = null; } Loading Loading
core/java/android/service/voice/VoiceInteractionService.java +6 −0 Original line number Diff line number Diff line Loading @@ -520,6 +520,12 @@ public class VoiceInteractionService extends Service { // Ignore. } try { mSystemService.shutdownHotwordDetectionService(); } catch (Exception ex) { // Ignore. } mSoftwareHotwordDetector = null; } Loading