OSDN Git Service

More fix #2163209: alarm clock rings but is hidden behind lock screen
authorDianne Hackborn <hackbod@google.com>
Thu, 8 Oct 2009 04:27:43 +0000 (21:27 -0700)
committerDianne Hackborn <hackbod@google.com>
Thu, 8 Oct 2009 04:29:44 +0000 (21:29 -0700)
commit2ae4f37c435ae02cf9038216e1dfce0b82d9caab
tree1f596f62d90efff8645b7cc0e52d520a7c8a8275
parent08b8108e5873a758bb694aa0a64d758153145a76
More fix #2163209: alarm clock rings but is hidden behind lock screen

Another way we could miss the application's flags is because the
system now force hides application windows behind the lock screen.  So
we need to use this new API to actually take those into account when
looking for the top-most window that can specify for the lock screen
to be removed or hidden.

I have tested with pulling the device in and out of the desktop with
all kinds of random speeds and ways and this -seems- to now cover
everything.  Keeping fingers crossed.

Change-Id: Ice640eea6ee06ee27f069d60856fb394c7eeae51
phone/com/android/internal/policy/impl/PhoneWindowManager.java