OSDN Git Service

Fix issue #4539687: At least one compatibility-mode app (Androminion)...
authorDianne Hackborn <hackbod@google.com>
Tue, 7 Jun 2011 00:27:54 +0000 (17:27 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 7 Jun 2011 00:29:10 +0000 (17:29 -0700)
commitbc7386c2615a7c496deea59ac1b5ab2da7f7b61f
treebf516f86e63fda1be81f68d9b9878ace8191731f
parentb16b020dd32147fbaaf7de47d5de16bfee10967a
Fix issue #4539687: At least one compatibility-mode app (Androminion)...

...will only launch when held in portrait mode.

There was a bug in the window manager that caused all of the careful code to
update the configuration in sync with movements between activities to break.
Now it is fixed, so this app works, and we no longer see the bad slow orientation
changes when switching between activities that want to be in different
orientations.

Change-Id: I5d93f99649849bdaca2e8bebade6b91b8b6cf645
services/java/com/android/server/am/ActivityManagerService.java
services/java/com/android/server/wm/WindowManagerService.java