OSDN Git Service

Fix issue #11790471: Crash removed home buttons and notification bar/shade
authorDianne Hackborn <hackbod@google.com>
Thu, 21 Nov 2013 20:50:01 +0000 (12:50 -0800)
committerDianne Hackborn <hackbod@google.com>
Thu, 21 Nov 2013 20:56:03 +0000 (12:56 -0800)
commit90e9b1d3dc15e97bb7ecb88289c3707fe03fb1a6
treee1b7ccf860268a030e70f4ba3e34815dcf05a9b4
parentc6db9c3b371ed8a90fa064f0487440d8a1d8bd46
Fix issue #11790471: Crash removed home buttons and notification bar/shade

Whoops persistent processes are, well, persistent.  Don't remove
services from them.  We'll be keeping that process record around.

Change-Id: I29e9fb6f704efdf0caad5e0307a7adbb416eed3b
services/java/com/android/server/am/ActiveServices.java