Disable systemui navigation events while keyguard is showing am: 1c21fc5e0a am: dbc584409d
am: 0d955d59d7
Change-Id: If54de1d566aa1942255a0018c774a37922f9faf8
This commit is contained in:
@@ -2621,7 +2621,8 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
|
||||
@Override
|
||||
public void handleSystemNavigationKey(int key) {
|
||||
if (SPEW) Log.d(TAG, "handleSystemNavigationKey: " + key);
|
||||
if (!panelsEnabled() || !mKeyguardMonitor.isDeviceInteractive()) {
|
||||
if (!panelsEnabled() || !mKeyguardMonitor.isDeviceInteractive()
|
||||
|| mKeyguardMonitor.isShowing()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user