OSDN Git Service

Relax conditions for including windows behind dialogs
authorCraig Mautner <cmautner@google.com>
Sun, 6 Oct 2013 19:24:56 +0000 (12:24 -0700)
committerCraig Mautner <cmautner@google.com>
Sun, 6 Oct 2013 19:24:56 +0000 (12:24 -0700)
commitff174d52bdac8893893f64c772e570842214f663
treea08a5319faa6b457c20043d48e56527f9f334086
parent3d61bf45e559e084fa173bd50e2e7d7286dc9a35
Relax conditions for including windows behind dialogs

When a dialog has been minimized to recents the windows behind it
won't be visible. Yet we were requiring them to be visible in order to
be included in the ones being restored. This left the background
windows invisible on resume and showed home behind floating dialogs
instead of the activity that launched the dialogs.

Fixes bug 11067724.

Change-Id: Icadd7ec8fe7c73b52982b6ff5b5d98b8fb8476b0
services/java/com/android/server/am/ActivityStack.java