Loading services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -2717,10 +2717,11 @@ public class VoiceInteractionManagerService extends SystemService { switchImplementationIfNeededLocked(true); } } return; } if (curAssistant != null) { // If interactor isn't null, then we would have done the needed checks already // in the above code. if (curInteractor == null && curAssistant != null) { int change = isPackageDisappearing(curAssistant.getPackageName()); if (change == PACKAGE_PERMANENT_CHANGE) { // If the currently set assistant is being removed, then we should Loading Loading
services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -2717,10 +2717,11 @@ public class VoiceInteractionManagerService extends SystemService { switchImplementationIfNeededLocked(true); } } return; } if (curAssistant != null) { // If interactor isn't null, then we would have done the needed checks already // in the above code. if (curInteractor == null && curAssistant != null) { int change = isPackageDisappearing(curAssistant.getPackageName()); if (change == PACKAGE_PERMANENT_CHANGE) { // If the currently set assistant is being removed, then we should Loading