OSDN Git Service

Fix issue #2304284: contacts/dialer/recentcalls constantly flashing
authorDianne Hackborn <hackbod@google.com>
Fri, 11 Dec 2009 23:24:33 +0000 (15:24 -0800)
committerDianne Hackborn <hackbod@google.com>
Fri, 11 Dec 2009 23:24:33 +0000 (15:24 -0800)
commit871ecdce67fb59a2603c1b93db657fe8b65695bd
tree3ffc60fc7d7235c4bfab859ee86bd701a981daf8
parentf9b0e826689cca5ecbd40aa49f3ea7f7c73ad2a2
Fix issue #2304284: contacts/dialer/recentcalls constantly flashing

Make sure the application is always given the most recent configuration
when launcher.  Use the current configuration, instead of whatever happens
to be set by the app, for reporting what it was launched with.

Change-Id: I2ffe306f56cc9092b640546dd0a28d2c29b9c0b3
core/java/android/app/ActivityThread.java
core/java/android/app/ApplicationThreadNative.java
core/java/android/app/IApplicationThread.java
services/java/com/android/server/am/ActivityManagerService.java