OSDN Git Service

Semi-workaround for #2027266: app drawer showing up on the side of the screen
authorDianne Hackborn <hackbod@google.com>
Thu, 1 Oct 2009 04:34:25 +0000 (21:34 -0700)
committerDianne Hackborn <hackbod@google.com>
Thu, 1 Oct 2009 06:25:53 +0000 (23:25 -0700)
commite88846eeaf70f9f4299af9e3d54ba5dacede42b6
treee7d8a29c07d1c6ce645a61be145661c31fa73775
parent29e4a3c566f435c32f0b95e4ac8e8b33cac6faba
Semi-workaround for #2027266: app drawer showing up on the side of the screen

(when booted while docked)

This isn't really a fix, but we now have the activity report the configuration
it actually launched in, so the activity manager will later adjust it if
needed.  Should help us recover from hitting the race in this particular case.

Change-Id: I3bb83a48c2d692b4cb1822d8ae7d924cfa9187b2
core/java/android/app/ActivityManagerNative.java
core/java/android/app/ActivityThread.java
core/java/android/app/IActivityManager.java
services/java/com/android/server/am/ActivityManagerService.java