OSDN Git Service

Delay tearing down external displays until keyguard finishes
authorJim Miller <jaggies@google.com>
Fri, 8 Nov 2013 03:15:49 +0000 (19:15 -0800)
committerJim Miller <jaggies@google.com>
Fri, 8 Nov 2013 03:15:49 +0000 (19:15 -0800)
commit0b9d8accc569d8b51fd76118ce2f069c24b9af90
treea18e5d64509327aaa44de0aead6ec381fedac2b8
parent3192148fb493836fa8f3008b8ec95c836ac9a515
Delay tearing down external displays until keyguard finishes

This waits until the keyguard window is actually removed before turning
off external presentations to avoid flashing the user's password.

Fixes bug 11562369

Change-Id: I74bfc0d5e23dccc5a8628abfe02868c71c371f6e
packages/Keyguard/src/com/android/keyguard/KeyguardViewManager.java
packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java