diff options
author | wilsonshih <wilsonshih@google.com> | 2019-02-12 16:08:49 +0800 |
---|---|---|
committer | wilsonshih <wilsonshih@google.com> | 2019-02-21 10:44:19 +0800 |
commit | ffe43eada412ad7557ed2be7c1ac355e685251bf (patch) | |
tree | 7790cd5281d9e64c349b5d5487e277ac450bf25e /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 1cdbfae1fb6c6400497f18a017892b67e88a6b5a (diff) |
Fix IME cannot show in lock task mode.
Replace check condition isKeyguardShowing instead of isKeyguardLocked in
shouldBeHiddenByKeyguard.
The check method isKeyguardLocked implies it will check if the device is
in restricted key input mode, which should be true for next time keyguard
shows. However, when keyguard is not showing, the IME should be visible.
Fix: 123399725
Test: atest KeyguardDisableHandlerTest KeyguardTests KeyguardLockedTests
Change-Id: I804920a44da33fef923ada8c05e08283e04b5aa0
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions