Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +4 −0 Original line number Diff line number Diff line Loading @@ -3114,6 +3114,10 @@ public class PhoneWindowManager implements WindowManagerPolicy { private void launchAssistAction(String hint, int deviceId) { sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST); if (!isUserSetupComplete()) { // Disable opening assist window during setup return; } Bundle args = null; if (deviceId > Integer.MIN_VALUE) { args = new Bundle(); Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +4 −0 Original line number Diff line number Diff line Loading @@ -3114,6 +3114,10 @@ public class PhoneWindowManager implements WindowManagerPolicy { private void launchAssistAction(String hint, int deviceId) { sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST); if (!isUserSetupComplete()) { // Disable opening assist window during setup return; } Bundle args = null; if (deviceId > Integer.MIN_VALUE) { args = new Bundle(); Loading