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)
committerThe Android Automerger <android-build@android.com>
Wed, 5 Jun 2013 22:39:07 +0000 (15:39 -0700)
commit5087b7f27c27ea582644a9cba07ae127930a7ab5
tree3bc64e1dd069cb12d1d947daeb8251011e6a62d3
parent3f77c59688fba1ac73498b73b36acad6e140932f
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