OSDN Git Service

Remove over-aggressive stack movement.
authorCraig Mautner <cmautner@google.com>
Fri, 20 Sep 2013 20:42:49 +0000 (13:42 -0700)
committerCraig Mautner <cmautner@google.com>
Fri, 20 Sep 2013 20:42:49 +0000 (13:42 -0700)
commit8916aadd1e0a305b1b5115e7881f551cade0f146
tree9ae1e9951ea768cbf5edfce67cfdc195bd69cf46
parentbd49a1dadfbd7803642066a5bdc74305a1b2340b
Remove over-aggressive stack movement.

Moving a task to the bottom was also moving its stack to the back.
Since chrome always finishes by calling moveTaskToBack this put
the home stack in front of the application stack and would cause
bizarre window layering effects.

Definitely fixes 10764463.
Maybe fixes 10678010.

Change-Id: Ic202ae4fad44b36a8444255764d2135fccd4743d
services/java/com/android/server/wm/WindowManagerService.java