OSDN Git Service

Fix regression in long-press home behavior on tablets.
authorJeff Brown <jeffbrown@google.com>
Sat, 1 Jun 2013 00:59:11 +0000 (17:59 -0700)
committerJeff Brown <jeffbrown@google.com>
Sat, 1 Jun 2013 00:59:11 +0000 (17:59 -0700)
commitf71343ddf0f10db762f1b4ad5717f04742f83b66
treed0915ce4b0eeb58e085b173c43c66c0a64d691bf
parent636af7a1cb90bb2f422bc85356d30f5b4e9342e6
Fix regression in long-press home behavior on tablets.

Some config.xml resources have values that vary based on the
configuration.  A previous change caused initialization to
occur at a time when the configuration is was not yet available.
This change fixes the problem.

Bug: 8891502
Change-Id: Ia768dc2308cc6ae5f11812c6bce6a6e116cfd759
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java