summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorKevin Chyn <kchyn@google.com>2017-05-03 22:24:31 -0700
committerKevin Chyn <kchyn@google.com>2017-05-12 11:06:09 -0700
commitf3b8fbdd60ef4abebd622e6fb7983fe077baa0a0 (patch)
tree5477f6f53e3edd2b38947b69285ea95296afcff1 /tools/aapt2/java/JavaClassGenerator.cpp
parente048a214a9f34e0bbbf9827cfff003cb33474913 (diff)
Keyguard shouldn't listen to FP if bouncer showing and keyguard dismissing
There's a race condition if user unlocks from bouncer and an app underneath uses FP does onResume() If a user has an application that's authenticating via FP underneath keyguard and the user dismisses keyguard via bouncer, the app underneath will get kicked out since onKeyguardVisibilityChanged(false) calls shouldListenForFingerprint() during this race. Keyguard shouldn't listen to FP if bouncer is showing but keyguard is dismissing Fixes: 37967985 Test: 1) open FP settings 2) enter keyguard and go to bouncer 3) unlock keyguard via pin/pattern/password (NON FP method) 4) tap any finger on sensor (should vibrate) Change-Id: Ie38d55e6a1ec9b49f9df0c7520d0bc451315c161
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions