OSDN Git Service

Keyguard: Improve trusted unlock while occluded
authorAdrian Roos <roosa@google.com>
Thu, 4 Aug 2016 21:52:06 +0000 (14:52 -0700)
committerAdrian Roos <roosa@google.com>
Fri, 5 Aug 2016 00:05:16 +0000 (00:05 +0000)
commitddcdecc9529bc4db7187458b09d15dcb1590825c
tree02ef727189d32f58825dd1052fb07153b0e8ee17
parentd88eb2693b6a70af0f5fbc5881ce855e28de33aa
Keyguard: Improve trusted unlock while occluded

Smoothly unlocks device when going from a SHOW_WHEN_LOCKED activity
to a DISMISS_KEYGUARD activity while the device is trusted.

This change suppresses the jank from going briefly through the
lockscreen if the device is trusted and unlockable without entering
a credential.

Bug: 27410215
Change-Id: Idd86e825d37a89538a0a1f690daf6afcf94a0699
services/core/java/com/android/server/policy/PhoneWindowManager.java