Loading core/java/com/android/internal/policy/PhoneWindow.java +6 −1 Original line number Diff line number Diff line Loading @@ -2031,7 +2031,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { * Do this in onKeyUp since the Search key is also used for * chording quick launch shortcuts. */ if (getKeyguardManager().inKeyguardRestrictedInputMode()) { if (isNotInstantAppAndKeyguardRestricted()) { break; } if ((getContext().getResources().getConfiguration().uiMode Loading @@ -2055,6 +2055,11 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { return false; } private boolean isNotInstantAppAndKeyguardRestricted() { return !getContext().getPackageManager().isInstantApp() && getKeyguardManager().inKeyguardRestrictedInputMode(); } @Override protected void onActive() { } Loading Loading
core/java/com/android/internal/policy/PhoneWindow.java +6 −1 Original line number Diff line number Diff line Loading @@ -2031,7 +2031,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { * Do this in onKeyUp since the Search key is also used for * chording quick launch shortcuts. */ if (getKeyguardManager().inKeyguardRestrictedInputMode()) { if (isNotInstantAppAndKeyguardRestricted()) { break; } if ((getContext().getResources().getConfiguration().uiMode Loading @@ -2055,6 +2055,11 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { return false; } private boolean isNotInstantAppAndKeyguardRestricted() { return !getContext().getPackageManager().isInstantApp() && getKeyguardManager().inKeyguardRestrictedInputMode(); } @Override protected void onActive() { } Loading