OSDN Git Service

Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.
authorJeff Hamilton <jham@android.com>
Wed, 26 May 2010 03:10:18 +0000 (22:10 -0500)
committerJeff Hamilton <jham@android.com>
Wed, 26 May 2010 19:02:56 +0000 (14:02 -0500)
commitacf8474b6843215c6ee5da5e58630de0afa2be60
tree7201a8431e664a6fb4070daf00e18aef2035bdcf
parent7e5e3745cf0103219a13071fbd488c3c01da85d9
Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.

They're designed to handle one time upgrade code, which may
take a significant amount of time. Third party code cannot
receive this broadcast so the timing should be able to be
kept under control.

Bug: 2713849
Change-Id: I3733b6530198bebd9b8c2ba6f9f27a7999336b8d
services/java/com/android/server/am/ActivityManagerService.java