Do not send dock state changed broadcasts until the system has finished booting.

Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2009-08-27 16:19:07 -07:00
parent 9e6842caa8
commit d0e82cec71
2 changed files with 33 additions and 30 deletions

View File

@@ -392,6 +392,7 @@ class ServerThread extends Thread {
if (wallpaper != null) wallpaper.systemReady();
if (battery != null) battery.systemReady();
if (connectivity != null) connectivity.systemReady();
if (dock != null) dock.systemReady();
Watchdog.getInstance().start();
Looper.loop();