Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -6647,6 +6647,8 @@ public class PhoneWindowManager implements WindowManagerPolicy { } void launchVoiceAssistWithWakeLock() { sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST); final Intent voiceIntent; if (!keyguardOn()) { voiceIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -6647,6 +6647,8 @@ public class PhoneWindowManager implements WindowManagerPolicy { } void launchVoiceAssistWithWakeLock() { sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST); final Intent voiceIntent; if (!keyguardOn()) { voiceIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); Loading